Hmmm... just as a suggestion, I'm not an Apache source expert, so I'm not
familiar with this problem...
Since you have the library installed, I suggest you do a 'make clean' and
re-'configure'.
Then try to recompile. It's possible that since it didn't find some things
it needed that configure tried to substitute other header files/libraries.
Since you've updated some configuration files, try a full re-build. Short
of that, I can't really help much more, sorry.
-=Ron=-
-----Original Message-----
From: Hans Schneidhofer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 11, 2000 3:33 AM
To: [EMAIL PROTECTED]
Subject: RE: [expert] cannot open shared object file ...
Am Mit, 10 Mai 2000 schrieben Sie:
> Hmm... it's a library, so.. the first thing I'd try is
> adding /usr/local/iodbc/lib/ to /etc/ld.so.conf
> then type 'ldconfig'
> When it returns, try recompiling.
> -=Ron=-
Hi Ron,
thanks, you are right. This error is going away. But - now I have a new one
:
gcc -c -I../os/unix -I../include -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT
-I../lib/expat-lite `../apaci` util_uri.c
util_uri.c: In function `ap_parse_uri_components':
util_uri.c:468: `uri_delims' undeclared (first use in this function)
util_uri.c:468: (Each undeclared identifier is reported only once
util_uri.c:468: for each function it appears in.)
make[3]: *** [util_uri.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/src/apache_1.3.9/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/src/apache_1.3.9'
make: *** [build] Error 2
Cannot see any "undeclared" functions in util_uri.c. Is this anything, you
can
think about ?
Maybe, it's a good idea, to post this errormessage also to the
apache-mailinglist ?
Anyway - thanks for helping me
bye
Hans Schneidhofer