You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Saunders Jack <ja...@volvo.com> on 2004/07/22 19:23:24 UTC

[users@httpd] No such file or directory

Our unix guru compiled apache statically on a dev server and just copied
the binary to the production one.  Now when running the command httpd -l
or with any options I get the below error.
 
ld.so.1: ./httpd: fatal: libssl.so.0.9.7: open failed: No such file or
directory
Killed

I have never received this error before when I have compiled right from
the server that was going to use that specific binary.  Could there be a
library dependency issue here? If so how to I determine this and fix it.
 
Thanks
 
 

Re: [users@httpd] No such file or directory

Posted by Jim Maul <jm...@elih.org>.
Quoting Saunders Jack <ja...@volvo.com>:

> Our unix guru compiled apache statically on a dev server and just copied
> the binary to the production one.  Now when running the command httpd -l
> or with any options I get the below error.
>
> ld.so.1: ./httpd: fatal: libssl.so.0.9.7: open failed: No such file or
> directory
> Killed
>
> I have never received this error before when I have compiled right from
> the server that was going to use that specific binary.  Could there be a
> library dependency issue here? If so how to I determine this and fix it.
>

Aparently the dev server has ssl 0.97 installed and your production one 
does not
(or they are in different locations).

Jim

---------------------------------------------------------------------
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