The link is already there, but when I start yaws:
./start.sh
1> yaws:start().
=ERROR REPORT==== 17-Apr-2007::21:50:03 ===
Failed to load setuid_drv (from “/home/rolphin/Desktop/Downloads/Erlang/erlang/lib/yaws-1.68/ebin/../priv/“) : “cannot open shared object file: No such file or directory”{error,{shutdown,{yaws_app,start,[normal,[]]}}}
=ERROR REPORT==== 17-Apr-2007::21:50:03 ===
FATAL {‘EXIT’,normal}
=INFO REPORT==== 17-Apr-2007::21:50:03 ===
application: yaws
exited: {shutdown,{yaws_app,start,[normal,[]]}}
type: permanent
2> {“Kernel pid terminated”,application_controller,“{application_start_failure,yaws,{shutdown,{yaws_app,start,[normal,[]]}}}“}
Crash dump was written to: erl_crash.dump
Kernel pid terminated (application_controller) ({application_start_failure,yaws,{shutdown,{yaws_app,start,[normal,[]]}}})
Now If I correctly link where the setuid_drv.so is searched (in ebin/../priv (sic !))
rolphin@karoten:~/Desktop/Downloads/Erlang/erlang/lib/yaws-1.68/priv$ ls -l
lrwxrwxrwx 1 rolphin rolphin 27 2007-04-17 21:51 setuid_drv.so -> linux-x86/lib/setuid_drv.so
I restart yaws:
1> yaws:start().
=ERROR REPORT==== 17-Apr-2007::21:52:19 ===
Failed to load setuid_drv (from “/home/rolphin/Desktop/Downloads/Erlang/erlang/lib/yaws-1.68/ebin/../priv/“) : “Driver compiled with incorrect version of erl_driver.h”{error,{shutdown,{yaws_app,start,[normal,[]]}}}
=ERROR REPORT==== 17-Apr-2007::21:52:19 ===
FATAL {‘EXIT’,normal}
“Driver compiled with incorrect version of erl_driver.h ...“
Are you sure that Yaws is correctly setup to work ? ;p