Le 6 déc. 07 à 20:49, Valery Masiutsin a écrit :

Hello, David !

I dont have access to Mac OS X, myself - neither tested stuff on it -
what you need is to make sure that you have automake tools installed.

I installed only a subset called "UNIX Development Support" of XcodeTools.mpkg (from Leopard DVD). The doc says I need nothing else to build stuff from command line.

After that you have to generate configure scripts, just run
./genconf.sh - it should do it,

It works for me, but I have to change libtoolize to glibtoolize. The result was:

Macintosh:rivet dzolli$ ./genconf.sh
You should update your `aclocal.m4' by running aclocal.
Putting files in AC_CONFIG_AUX_DIR, `tclconfig'.

after that run ./configure
./configure \
--with-tcl=/usr/local/lib/tcl8.4 \
--with-tclinclude=/usr/local/include/tcl8.4 \
--with-apache-version=2 \
--with-apache=/usr/local/apache  \
--with-apxs=/usr/local/apache/bin/apxs \
--with-apr-config=/usr/local/bin/apr-1-config  \
--enable-shared \
--enable-symbols
Thats how it looks for me, try to compile and run - email me you
problems - i'll fix them.

I'm a lazy guy, so I just do:

Macintosh:rivet dzolli$ ./configure --with-apache-version=2 --enable- shared --enable-symbols

wich ends by:

configure: creating ./config.status
config.status: creating src/apache-2/Makefile
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands

All seems to be ok, so I launch the make process, but it fails:

make
make  all-recursive
Making all in src
Making all in apache-2
...
ld: duplicate symbol _rivet_module in .libs/mod_rivet_la-rivetCore.o and .libs/mod_rivet_la-rivetChannel.o

collect2: ld returned 1 exit status
make[3]: *** [mod_rivet.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

--
David Zolli
[EMAIL PROTECTED]
http://www.kroc.tk
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to