473,387 Members | 1,575 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Web Hosting Configuration Help

I am using a web hosting service for my web site and it is running Apache
1.3.27 with PHP4 however when I try to run some of my PHP code it doesn't
have all the required libraries. Error message:

Warning: Unable to load dynamic library '/usr/lib/php4/readline.so' -
/usr/lib/php4/readline.so: cannot open shared object file: No such file or
directory in ...

I am developing locally on Windows XP so my question is where can I get a
pre-compiled readline.so library and when I get that do I just need to
upload it into the directory shown above? Will that solve my problem?

Best Regards,

Chris
Jul 17 '05 #1
1 1435
Chris Jordan wrote:
I am using a web hosting service for my web site and it is running Apache
1.3.27 with PHP4 however when I try to run some of my PHP code it doesn't
have all the required libraries.
What is the exact php version ? What is the function or code portion
produicing such an error ? Did you read php manual pages related to that
function ? Does it require php to be compiled with specific libs/options
? did you try to load readline with dl() function ? http://php.net/dl
(providing you know lib's path and it's already made on box). Did you
take time to get phpinfo(), check installed libs and make options (the
fist table row).
[...]
I am developing locally on Windows XP nobody is perfect ;) You should considere using the same configuration
for dev and production purposes. That will prevent you from wasting time
while going "live".
so my question is where can I get a
pre-compiled readline.so library and when I get that do I just need to
upload it into the directory shown above? Will that solve my problem? This is not windows™ ;))) compilation is required on each cpu because
it links needed libs using « real path » to them ... Probability that «
copying .so » solves your pb is REALLY low :)

Best Regards,

setLocale(LC_ALL, 'en_US');
gettext('Cordialement');

Thibaut.
Jul 17 '05 #2

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

Similar topics

0
by: vikramp | last post by:
Hi, I am storing theme in web.config using <pages theme="mytheme"/>. I am then using the following code to read it from my webpage: Configuration config =...
2
by: Yash | last post by:
Dear all, I am newbee with virtual hosts, please help ! I am facing a problem with virtual hosting. I want to create virtual host on my local system before creating it on server. We have...
0
by: aj123 | last post by:
Hello; I develop website and uploaded to host provider and works fine but I uploaded it to ther hosting provider and it not working and give this problem ----- Runtime Error Description: An...
6
by: khanpmd | last post by:
Hi , I have a doubt in ASP.Net hosting.I have developed a site and hosted it. when i browse that site an error occured like this.I dont know why this error is showing? Because i have no problem...
2
by: SajidKamal | last post by:
Dear Friends While Hosting My Application On Hosting Server, i am geting error bellow. please help me ought. Server Error in '/' Application....
0
by: CindyH | last post by:
Hi I developed a website using Visual Studio. net 2003. The site works fine on my local server and also on my hosting service server. The customer is using a different hosting service (NTD) and...
1
by: =?Utf-8?B?TWFuanJlZSBHYXJn?= | last post by:
Hi, I created a web service that I want to host in windows service. The problem is that if I host it as windows service it does not use the configuration file. I have to define the binding,...
14
by: Jeff | last post by:
Hello I'm teaching myself web programming in ASP.NET using freely available online resource and videos. It's going really well and I've built myself some personal web pages based on the Visual...
4
by: Dave Burns | last post by:
I am self hosting a Web Service in a Windows service. I am trying to start the service using the NT AUTHORITY\NetworkService account. I get a NullReferenceException on ServiceHost.Open() in the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
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...

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.