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