You are not logged in.

#1 2003-12-14 18:35:28

neolution
Member
From: RIT
Registered: 2003-12-11
Posts: 15
Website

libdb share library HTTPD problem

Hello,

after running the usual pacman -Syu and getting the new version of libdb i've run into a problem with httpd where it cannot load the library libdb-4.1.so, after the upgrade i only see libdb-4.2.so

for now i've created a symbolic link from the one to the other so that apache works, however i was wondering what the proper way to fix this would be

thanks for the help


Hey what are you guys trying to pull, issue 0x0f is the same as 0x16"

Offline

#2 2003-12-14 19:53:28

nelson
Member
From: Argentina
Registered: 2003-10-08
Posts: 10

Re: libdb share library HTTPD problem

your solution is ok if the changes between the library version 4.1 and 4.2 don't touch the api they expose.

Do you have some module in apache that need libdb ? do you store yours http passwords in a db file or other apache module use db files ? if not, only remove the module mod_db from http.conf, if yes, test the other modules to see if work ok.....

:: Nelson ::

Offline

#3 2003-12-14 20:48:14

neolution
Member
From: RIT
Registered: 2003-12-11
Posts: 15
Website

Re: libdb share library HTTPD problem

i'm basicaly using the generic httpd.conf file,
i'm pretty new to the whole server admin scene, so a little more explanation of Nelson's response:

Do you have some module in apache that need libdb ? do you store yours http passwords in a db file or other apache module use db files ? if not, only remove the module mod_db from http.conf, if yes, test the other modules to see if work ok.....

would be helpful


Hey what are you guys trying to pull, issue 0x0f is the same as 0x16"

Offline

#4 2003-12-14 21:15:36

nelson
Member
From: Argentina
Registered: 2003-10-08
Posts: 10

Re: libdb share library HTTPD problem

in apache you can configure access security to some parts and store the user/password in a db file, for that you need the module db

Offline

Board footer

Powered by FluxBB