You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Soheil Shaghaghi <so...@jhanna.com> on 2002/03/28 23:00:31 UTC

Upgrade Apache, and Perl

Hello,
To begin with, I am running the following:
Apache/1.3.9 (Unix)
Red-Hat-Secure/3.1
mod_ssl/2.4.5
OpenSSL/0.9.4
mod_perl/1.21
mod_fastcgi/2.2.2
PHP/4.0.3pl1
On a Linux Server

I was running Perl 5.00503 until a month ego, when I decide to upgrade.
After upgrading to Perl 5.6.2, the system started behaving very funny. After
investigating the problem, I found out that most of the parts of the OS
still refer to the old Perl.
For example, running whereis perl, gives me the path to the old perl.
Also Apache is somehow built into the old perl directory.
To make the long story short, it's totally messed up!

I have 2 questions:
1. How do I change the paths, or variables so all the server components and
the programs point to the new perl version?

2. When I try to install the latest version of Apache, the configure works
fine, but when I try to do a make, I get this error:
./gen_test_char >test_char.h
./gen_test_char: error in loading shared libraries: libexpat.so.0: cannot
open shared object file: No such file or directory
make[3]: *** [test_char.h] Error 127
make[2]: *** [subdirs] Error 1



I see the file in:
/usr/local/lib/libexpat.so.0
But for some reason, it doesn't find it.

Any help would greatly be appreciated.

Thank so much.


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