Hi folks,

I'm trying to solve a problem, which is related to php (probably some namespace problem, I don't know) - http://bugs.php.net/bug.php?id=35216 .

As a workaround, I need to link apache against specific version of berkeley db (there are more versions of libdb installed on the system, db4 and db3).

The configure script is searchig for the highest possible version and the parameter "--with-berkeley-db" configures a directory:
# ./configure [...] --with-berkeley-db=/lib/libdb-3.3.so
[...]
checking for Berkeley DB 4.3 in /lib/libdb-3.3.so... directory not found
checking for Berkeley DB 4.2 in /lib/libdb-3.3.so... directory not found
checking for Berkeley DB 4.1 in /lib/libdb-3.3.so... directory not found
checking for Berkeley DB 4.0 in /lib/libdb-3.3.so... directory not found
checking for Berkeley DB 3 in /lib/libdb-3.3.so... directory not found
checking for Berkeley DB 2 in /lib/libdb-3.3.so... directory not found
checking for Berkeley DB 1.0.0 in /lib/libdb-3.3.so... directory not found
checking for Berkeley DB 1 in /lib/libdb-3.3.so... directory not found
checking for Berkeley DB... not found

Is there any clean way (i.e. without e.g. editing configure) to link apache against lower version of berkeley db?

Thanks,

[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to