LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-08-2006, 10:51 AM   #1
Bultot
LQ Newbie
 
Registered: Jan 2005
Posts: 23

Rep: Reputation: 15
Errors while compiling Neko for Apache2


I'm getting some errors while installing the install.ml from http://www.haxe.org/download

I'm not an experienced linux user, I just want to have an
apache/mysql/neko server to run my haxe experiments.

Can someone tell me what's wrong.
I'm running Ubuntu Server Edition (Dapper)

Thanks,

Robin

root@server:/tmp/neko# ocamlc -v
The Objective Caml compiler, version 3.09.1
Standard library directory: /usr/lib/ocaml/3.09.1
root@server:/tmp/neko# ocaml install.ml
*** Please hit enter on login (empty password) ***
> cvs -z3 -dserver:anonymous@cvs.motion-twin.com:/cvsroot login
Logging in to server:anonymous@cvs.motion-twin.com:2401/cvsroot
CVS password:
> cvs -z3 -dserver:anonymous@cvs.motion-twin.com:/cvsroot co haxe
cvs checkout: Updating haxe
cvs checkout: Updating haxe/doc
cvs checkout: Updating haxe/std
cvs checkout: Updating haxe/std/flash
cvs checkout: Updating haxe/std/flash/display
cvs checkout: Updating haxe/std/flash/external
cvs checkout: Updating haxe/std/flash/filters
cvs checkout: Updating haxe/std/flash/geom
cvs checkout: Updating haxe/std/flash/net
cvs checkout: Updating haxe/std/flash/system
cvs checkout: Updating haxe/std/flash/text
cvs checkout: Updating haxe/std/haxe
cvs checkout: Updating haxe/std/js
cvs checkout: Updating haxe/std/neko
cvs checkout: Updating haxe/std/neko/db
cvs checkout: Updating haxe/std/tools
> cvs -z3 -dserver:anonymous@cvs.motion-twin.com:/cvsroot co ocaml/swflib
cvs checkout: Updating ocaml/swflib
> cvs -z3 -dserver:anonymous@cvs.motion-twin.com:/cvsroot co ocaml/extc
cvs checkout: Updating ocaml/extc
> cvs -z3 -dserver:anonymous@cvs.motion-twin.com:/cvsroot co
ocaml/extlib-dev
cvs checkout: Updating ocaml/extlib-dev
> cvs -z3 -dserver:anonymous@cvs.motion-twin.com:/cvsroot co
neko/libs/include/ocaml
cvs checkout: Updating neko/libs/include/ocaml
> ocaml install.ml -nodoc -d .. -n
sh: ocamlfind: command not found
ocamlc -c enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli
extList.mli extString.mli global.mli IO.mli option.mli pMap.mli std.mli
uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli
ocamlopt -c enum.ml
ocamlopt -c bitSet.ml
ocamlopt -c dynArray.ml
ocamlopt -c extArray.ml
ocamlopt -c extHashtbl.ml
ocamlopt -c extList.ml
ocamlopt -c extString.ml
ocamlopt -c global.ml
ocamlopt -c IO.ml
ocamlopt -c option.ml
ocamlopt -c pMap.ml
ocamlopt -c std.ml
ocamlopt -c uChar.ml
ocamlopt -c uTF8.ml
ocamlopt -c base64.ml
ocamlopt -c unzip.ml
ocamlopt -c refList.ml
ocamlopt -c optParse.ml
ocamlopt -c dllist.ml
ocamlopt -a -o extLib.cmxa enum.cmx bitSet.cmx dynArray.cmx extArray.cmx
extHashtbl.cmx extList.cmx extString.cmx global.cmx IO.cmx option.cmx
pMap.cmx std.cmx uChar.cmx uTF8.cmx base64.cmx unzip.cmx refList.cmx
optParse.cmx dllist.cmx extLib.ml
Installing extLib.cmi
Installing extLib.cmx
Installing enum.cmi
Installing enum.cmx
Installing bitSet.cmi
Installing bitSet.cmx
Installing dynArray.cmi
Installing dynArray.cmx
Installing extArray.cmi
Installing extArray.cmx
Installing extHashtbl.cmi
Installing extHashtbl.cmx
Installing extList.cmi
Installing extList.cmx
Installing extString.cmi
Installing extString.cmx
Installing global.cmi
Installing global.cmx
Installing IO.cmi
Installing IO.cmx
Installing option.cmi
Installing option.cmx
Installing pMap.cmi
Installing pMap.cmx
Installing std.cmi
Installing std.cmx
Installing uChar.cmi
Installing uChar.cmx
Installing uTF8.cmi
Installing uTF8.cmx
Installing base64.cmi
Installing base64.cmx
Installing unzip.cmi
Installing unzip.cmx
Installing refList.cmi
Installing refList.cmx
Installing optParse.cmi
Installing optParse.cmx
Installing dllist.cmi
Installing dllist.cmx
Installing extLib.cmxa
Installing extLib.a
Done.
> ocamlc extc_stubs.c
extc_stubs.c:23:18: error: zlib.h: No such file or directory
extc_stubs.c: In function āzlib_new_streamā:
extc_stubs.c:37: error: āz_streamā undeclared (first use in this function)
extc_stubs.c:37: error: (Each undeclared identifier is reported only once
extc_stubs.c:37: error: for each function it appears in.)
extc_stubs.c:38: error: āsā undeclared (first use in this function)
extc_stubs.c:38: error: āz_streampā undeclared (first use in this function)
extc_stubs.c: In function āzlib_deflate_initā:
extc_stubs.c:49: warning: implicit declaration of function ādeflateInitā
extc_stubs.c:49: error: āz_streampā undeclared (first use in this function)
extc_stubs.c:49: error: āZ_OKā undeclared (first use in this function)
extc_stubs.c: In function āzlib_deflateā:
extc_stubs.c:55: error: āz_streampā undeclared (first use in this function)
extc_stubs.c:55: error: syntax error before āzā
extc_stubs.c:59: error: āzā undeclared (first use in this function)
extc_stubs.c:63: warning: implicit declaration of function ādeflateā
extc_stubs.c:70: error: āZ_STREAM_ENDā undeclared (first use in this
function)
extc_stubs.c: In function āzlib_deflate_endā:
extc_stubs.c:81: warning: implicit declaration of function ādeflateEndā
extc_stubs.c:81: error: āz_streampā undeclared (first use in this function)
extc_stubs.c: In function āzlib_inflate_initā:
extc_stubs.c:88: warning: implicit declaration of function āinflateInitā
extc_stubs.c:88: error: āz_streampā undeclared (first use in this function)
extc_stubs.c:88: error: āZ_OKā undeclared (first use in this function)
extc_stubs.c: In function āzlib_inflateā:
extc_stubs.c:94: error: āz_streampā undeclared (first use in this function)
extc_stubs.c:94: error: syntax error before āzā
extc_stubs.c:98: error: āzā undeclared (first use in this function)
extc_stubs.c:102: warning: implicit declaration of function āinflateā
extc_stubs.c:109: error: āZ_STREAM_ENDā undeclared (first use in this
function)
extc_stubs.c: In function āzlib_inflate_endā:
extc_stubs.c:120: warning: implicit declaration of function āinflateEndā
extc_stubs.c:120: error: āz_streampā undeclared (first use in this function)
Error while running ocamlc extc_stubs.c
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
compiling apache2 with SSL devfreak Linux - Software 1 05-22-2005 11:18 AM
Various Compiling Errors (GCC compiling Openal, GUIlib, xmms-wma) gregorya Linux - Software 2 08-27-2004 05:03 AM
Compiling Apache2 x3m.seth Linux - Newbie 5 11-05-2003 08:20 AM
Apache2 config errors.. SiGmA_X Linux - Software 0 06-17-2003 02:39 AM
Compiling Apache2 with PHP 4.2 mambo7 Linux - Software 6 01-06-2003 03:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration