473,657 Members | 2,625 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

LAMP on x86_64 LINUX REDHAT4

i am getting the folowing error when i try to start apache and all the
library is on box

/usr/local/apache2/bin/apachectl start

httpd: Syntax error on line 81 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp5.so into server:
/usr/local/apache2/modules/libphp5.so: cannot open shared object file:
No such file or directory

php -i

php: error while loading shared libraries: libexslt.so.0: cannot open
shared object file: No such file or directory

ldd libphp5.so

linux-gate.so.1 = (0xffffe000)

libcrypt.so.1 =/lib/libcrypt.so.1 (0xf7828000)

libexslt.so.0 =not found

libaspell.so.15 =not found

libpspell.so.15 =not found

librt.so.1 =/lib/tls/librt.so.1 (0xf7814000)

libgmp.so.3 =not found

libfreetype.so. 6 =not found

libX11.so.6 =not found

libXpm.so.4 =not found

libpng12.so.0 =not found

libjpeg.so.62 =not found

libcurl.so.3 =not found

libresolv.so.2 =/lib/libresolv.so.2 (0xf77ff000)

libm.so.6 =/lib/tls/libm.so.6 (0xf77dc000)

libdl.so.2 =/lib/libdl.so.2 (0xf77d8000)

libnsl.so.1 =/lib/libnsl.so.1 (0xf77c1000)

libssl.so.4 =not found

libcrypto.so.4 =not found

libgssapi_krb5. so.2 =not found

libkrb5.so.3 =not found

libcom_err.so.2 =not found

libk5crypto.so. 3 =not found

libidn.so.11 =not found

libxslt.so.1 =not found

libxml2.so.2 =not found

libc.so.6 =/lib/tls/libc.so.6 (0xf7696000)

libpthread.so.0 =/lib/tls/libpthread.so.0 (0xf7683000)

/lib/ld-linux.so.2 (0x56555000)

locate command:

for i in libexslt.so.0 libaspell.so.15 libpspell.so.15 libgmp.so.3
libfreetype.so. 6 libX11.so.6 libXpm.so.4 libpng12.so.0 libjpeg.so.62
libcurl.so.3 libssl.so.4 libcrypto.so.4 libkrb5.so.3 libcom_err.so.2
libk5crypto.so. 3 libidn.so.11 libxslt.so.1 libxml2.so.2;do locate
$i;done

/usr/lib64/libexslt.so.0.8 .9

/usr/lib64/libexslt.so.0

/usr/local/lib/libaspell.so.15

/usr/local/lib/libaspell.so.15 .1.4

/usr/local/lib/libpspell.so.15 .1.4

/usr/local/lib/libpspell.so.15

/usr/lib64/libgmp.so.3

/usr/lib64/libgmp.so.3.3.3

/usr/lib64/libfreetype.so. 6.3.7

/usr/lib64/libfreetype.so. 6

/usr/X11R6/lib64/libX11.so.6

/usr/X11R6/lib64/libX11.so.6.2

/usr/X11R6/lib64/libXpm.so.4.11

/usr/X11R6/lib64/libXpm.so.4

/usr/lib64/libpng12.so.0

/usr/lib64/libpng12.so.0.1 .2.7

/usr/lib64/libjpeg.so.62.0 .0

/usr/lib64/libjpeg.so.62

/usr/lib64/libcurl.so.3.0. 0

/usr/lib64/libcurl.so.3

/lib64/libssl.so.4

/lib64/libcrypto.so.4

/usr/lib64/libkrb5.so.3

/usr/lib64/libkrb5.so.3.2

/lib64/libcom_err.so.2 .1

/lib64/libcom_err.so.2

/usr/lib64/libk5crypto.so. 3

/usr/lib64/libk5crypto.so. 3.0

/usr/lib64/libidn.so.11.4. 6

/usr/lib64/libidn.so.11

/usr/lib64/libxslt.so.1

/usr/lib64/libxslt.so.1.1. 11

/usr/lib64/libxml2.so.2.6. 16

/usr/lib64/libxml2.so.2

is this a matter for setting the LD_PATH_LIBRARY = ?

Oct 19 '06 #1
0 1958

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
2203
by: Ranger West | last post by:
Hello there, Are there any out-of-the box handhelds that run Linux/Apache/MYSQL and PHP? Does Redhat, Suse, or Gentoo support any handhelds? I know the Zaurus comes close, but I've heard people have problems running LAMP applications on it. It would be cool to be able to run any LAMP application on sourceforge on a handheld computer.
12
2800
by: Google Mike | last post by:
You know, while working on my moonlight corporation's LAMP project at home this weekend, I couldn't help but wonder if people writing similar projects are solving similar problems with having to complete the project by building an installer and building the user/group administration piece of it. The thought came to me that it would be great if LAMP developers, whether they used MySQL or PostgreSQL, could just simply write the project to...
1
1817
by: Geoff Blake | last post by:
I'm new to linux and I'm trying to set up a LAMP server using Fedora 4 I installed all the relevant packages and have Apache serving static pages ok, however I am unable to access MySql. PHPinfo() tells me that PHP was built using "--without mysql" in the configure command. Is there a logical reason why they would do this? Will all PHP packages be built like this - how will I know without going through an install?
2
6897
by: Yogee | last post by:
Hello all, I dont know the exact group where I should post my questions. So, I m doing it on most of the groups which support components of LAMP stack. My client wants to use WAMP ( Windows + apache + MySQL + PHP ). But the site performance is very slow on windows. I dont know the exact reasons. I have seen some benchmark details on internet. But still they are not
21
2038
by: joelbyrd | last post by:
I was looking at jobs on craigslist and saw several postings saying something like "2+ years experience developing for a LAMP (Linux/Apache/MySQL/PHP) platform...". Now, I've been working with PHP and MySQL a few months now, but here's my question: where does the Linux part and Apache part come in? What should I know? In other words, I don't think I've ever had to deal with anything specific to Linux or Apache, so in what circumstances...
15
5545
by: Christopher Taylor | last post by:
RHEL comes with Python2.3 installed. A program I need to install requires Python2.4 So I got Python2.4 from source and compiled it up. I configured it with --prefix=/usr --exec-prefix=/usr and --enable-unicode=ucs4 . I then make'd it and then make altinstall so that it didn't overwrite the /usr/bin/Python link to /usr/bin/Python2.3 . Well, for some reason, the arch dependent files did NOT get placed properly in...
39
2560
by: Gilles Ganault | last post by:
Hello, I'm no LAMP expert, and a friend of mine is running a site which is a bit overloaded. Before upgrading, he'd like to make sure there's no easy way to improve efficiency. A couple of things: - MySQL : as much as possible, he keeps query results in RAM, but apparently, each is session-specific, which means that results can't be shared with other users.
0
2980
by: Leo Park | last post by:
Hello, guys. I want to compile 32bit *.c and *.cc files On 64bit x86_64 systems. But, it is not work. --------------------------------------------------------------------------------------------------------------- bmk_mgr@ikdp101: gcc --version gcc (GCC) 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)
0
8392
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8305
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8730
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7321
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6163
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4151
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.