You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lisa Gerlich <li...@nisd.net> on 2003/02/17 22:56:53 UTC

[users@httpd] I am getting the following error when I attempt to start apache:

I am getting the following error when I attempt to start apache:

/usr/local/apache/bin/httpd: error while loading shared libraries:
libdb-4.1.so: cannot open shared object file: No such file or directory

Does anybody know where I can get this library or why the compile did
not produce it?

Thanks,
---Lisa&

Lisa Gerlich
Senior Network/Systems Administrator
Northside Independent School District
Technology Support
San Antonio, TX
PH:  210-706-8577
FX:  210-706-8877
EM:  lisagerlich@nisd.net

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] I am getting the following error when I attempt to start apache:

Posted by Tim Wort <ti...@pobox.com>.

Which OS? I assume Unix or Linux. Search the system for the file to
determine if you have it;

find / -name libdb-4\* -print

(or something like that)

it then needs to be in the library path. libdb-4 is part of the Berkeley
DB Libraries. Google for libdb-4 and you should find sources for most
OS's.



On Mon, 17 Feb 2003, Lisa Gerlich wrote:

> I am getting the following error when I attempt to start apache:
>
> /usr/local/apache/bin/httpd: error while loading shared libraries:
> libdb-4.1.so: cannot open shared object file: No such file or directory
>
> Does anybody know where I can get this library or why the compile did
> not produce it?
>
> Thanks,
> ---Lisa&
>
> Lisa Gerlich
> Senior Network/Systems Administrator
> Northside Independent School District
> Technology Support
> San Antonio, TX
> PH:  210-706-8577
> FX:  210-706-8877
> EM:  lisagerlich@nisd.net
>
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=        Inkling Research Inc.      =
=    Tim.Wort@InklingResearch.com   =
=        Tim.Wort@pobox.com         =
=                                   =
=        Eschew Obfuscation         =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] I am getting the following error when I attempt to start apache:

Posted by ld...@ulysium.net.
on 2/17/03 4:56 PM, Lisa Gerlich at lisa@nisd.net uttered the following:

> I am getting the following error when I attempt to start apache:
> 
> /usr/local/apache/bin/httpd: error while loading shared libraries:
> libdb-4.1.so: cannot open shared object file: No such file or directory
> 
> Does anybody know where I can get this library or why the compile did
> not produce it?

I just had the same problem today and the fix was a quickie.
The berkeleydb package puts itself in the /usr/local/BerkeleyDb.4.1
location, unless you forced it otherwise, it has its own subfolder structure
there with lib and include, so you should probably find that libdb-4.1.so
file in /usr/local/BerkeleyDB.4.1/lib and it should work if you symlink it
back into the /usr/local/lib folder, that's all it took to fix it for me.


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org