I'm trying to install the neko_mod on my apache 1.3 (ubuntu linux).
But when I try to restart my apache I get this message:
[EMAIL PROTECTED]:/usr/lib/neko# /etc/init.d/apache restart
* Configuration syntax error detected, not starting/reloading...
Syntax error on line 1059 of /etc/apache/httpd.conf:
Cannot load /usr/lib/neko/mod_neko.ndll into server: libneko.so: cannot
open shared object file: No such file or directory
I've set the LD_LIBRARY_PATH at my bash.bashrc:
[EMAIL PROTECTED]:/usr/lib/neko# echo $LD_LIBRARY_PATH
/usr/lib/neko
What is going wrong?
Here is my neko installed:
[EMAIL PROTECTED]:/usr/lib/neko# ls -al
total 1096
drwxr-xr-x 3 root root 4096 2006-05-08 21:43 .
drwxr-xr-x 44 root root 8192 2006-05-28 22:36 ..
-rw-r--r-- 1 root root 1541 2006-05-08 21:43 CHANGES
drwxr-xr-x 2 root root 4096 2006-05-08 21:43 include
-rwxr-xr-x 1 root root 87008 2006-05-08 21:43 libneko.so
-rw-r--r-- 1 root root 24390 2006-05-08 21:43 LICENSE
-rwxr-xr-x 1 root root 19102 2006-05-08 21:43 mod_neko.ndll
-rwxr-xr-x 1 root root 357490 2006-05-08 21:43 mysql.ndll
-rwxr-xr-x 1 root root 13914 2006-05-08 21:43 neko
-rwxr-xr-x 1 root root 15042 2006-05-08 21:43 nekoboot
-rwxr-xr-x 1 root root 174968 2006-05-08 21:43 nekoc
-rwxr-xr-x 1 root root 273204 2006-05-08 21:43 nekoml
-rwxr-xr-x 1 root root 10751 2006-05-08 21:43 regexp.ndll
-rwxr-xr-x 1 root root 84351 2006-05-08 21:43 std.ndll
-rw-r--r-- 1 root root 175 2006-05-08 21:43 test.n
And it's working:
[EMAIL PROTECTED]:/usr/lib/neko# neko test.n
The virtual machine is working !
Calling a function inside std library...
Test successful
--
*** Robin Bultot ***
*** Plantage Parklaan 29hs ***
*** 1018 SW Amsterdam ***
*** tel: +31(0)646020575 ***
*** ------------------------- ***
*** E-mail: [EMAIL PROTECTED] ***
*** Profiler: www.bultot.nl ***
*** ------------------------- ***
*** HRO: 0757819 | GLR: 48340 ***
haXe - an open source web programming language
http://haxe.org
--
Neko : One VM to run them all
(http://nekovm.org)