|
|
| Author |
Message |
< Yaws mailing list ~ problem with running interactively on mac os x |
| Guest |
Posted: Mon Oct 22, 2007 3:24 pm |
|
|
|
Guest
|
Hey there.
I just downloaded Yaws 1.73 and installed it locally (in my home dir)
on my Mac OS X 10.4:
$./configure
$make local_install
Then when I run it I get a dump:
$./yaws -i
Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0]
[kernel-poll:false]
{"init terminating in
do_boot",{undef,[{yaws,start,[]},{init,start_it,1},{init,start_em,1}]}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
---
But installing it globally and starting it with: 'SystemStarter start
yaws' is working.
Any ideas?
Thanks.
--
Jonas Bonér
http://jonasboner.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Mon Oct 22, 2007 6:35 pm |
|
|
|
Guest
|
Jonas Bonér wrote:
> Hey there.
>
> I just downloaded Yaws 1.73 and installed it locally (in my home dir)
> on my Mac OS X 10.4:
>
> $./configure
> $make local_install
>
> Then when I run it I get a dump:
>
> $./yaws -i
Try
$HOME/bin/yaws -i
what happens
/klacke
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Mon Oct 22, 2007 7:26 pm |
|
|
|
Guest
|
That is what I am doing (running it from $HOME/bin).
Any ideas?
Thanks, Jonas.
On 10/22/07, Claes Wikstrom <klacke@tail-f.com> wrote:
> Jonas Bonér wrote:
> > Hey there.
> >
> > I just downloaded Yaws 1.73 and installed it locally (in my home dir)
> > on my Mac OS X 10.4:
> >
> > $./configure
> > $make local_install
> >
> > Then when I run it I get a dump:
> >
> > $./yaws -i
>
> Try
>
> $HOME/bin/yaws -i
>
> what happens
>
>
>
> /klacke
>
--
Jonas Bonér
http://jonasboner.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Mon Oct 22, 2007 7:38 pm |
|
|
|
Guest
|
Jonas Bonér wrote:
> Hey there.
>
> I just downloaded Yaws 1.73 and installed it locally (in my home dir)
> on my Mac OS X 10.4:
>
> $./configure
> $make local_install
>
I did exactly the same, worked perfect.
> Then when I run it I get a dump:
>
> $./yaws -i
The above line doesn't make any sense. That is also why I asked
you to run exactly $HOME/bin/yaws -i
You have some sort of path problem here, previously installed
yaws, wacko stuff in $HOME/.erlang
> Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0]
> [kernel-poll:false]
>
> {"init terminating in
> do_boot",{undef,[{yaws,start,[]},{init,start_it,1},{init,start_em,1}]}}
>
undef, it means that your yaws script is wrong, wrong paths
Try
# sh -x $HOME/bin/yaws -i
And check -pa args passed to erlang
Try to remove $HOME/.erlang
Try rm $HOME/bin/yaws $HOME/yaws.conf
and then another make local_install
/klacke
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Mon Oct 22, 2007 7:58 pm |
|
|
|
Guest
|
> undef, it means that your yaws script is wrong, wrong paths
>
> Try
>
> # sh -x $HOME/bin/yaws -i
>
> And check -pa args passed to erlang
>
> Try to remove $HOME/.erlang
>
> Try rm $HOME/bin/yaws $HOME/yaws.conf
> and then another make local_install
>
that did the trick, had screwed up the paths
thanks a lot
/Jonas
>
> /klacke
>
>
--
Jonas Bonér
http://jonasboner.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|