Link to home
Start Free TrialLog in
Avatar of sirdi
sirdiFlag for Nigeria

asked on

Trouble getting perl cgi working

Hello All,

  I'm having trouble getting perl cgi working, below is the error messages in my apache error log:

[Wed Nov 19 18:11:19 2008] [error] [client 98.129.101.59] Can't load '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/mysql/mysql.so' for module DBD::mysql: libmysqlclient.so.15: cannot open shared object file: Permission denied at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
[Wed Nov 19 18:11:19 2008] [error] [client 98.129.101.59]  at /var/www/cgi-bin/receive2db.pl line 64
[Wed Nov 19 18:11:19 2008] [error] [client 98.129.101.59] Compilation failed in require at /var/www/cgi-bin/receive2db.pl line 64.
[Wed Nov 19 18:11:19 2008] [error] [client 98.129.101.59] BEGIN failed--compilation aborted at /var/www/cgi-bin/receive2db.pl line 64.
[Wed Nov 19 18:11:19 2008] [error] [client 98.129.101.59] Premature end of script headers: receive2db.pl
Avatar of Tintin
Tintin

What is the permission on

'usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/mysql/mysql.so
Avatar of sirdi

ASKER

Here it is:

root@apollo init.d]# ls -l /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/mysql/mysql.so
-r-xr-xr-x  1 root apache 278154 Nov 19 15:09 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/mysql/mysql.so
[root@apollo init.d]#

ASKER CERTIFIED SOLUTION
Avatar of Adam314
Adam314

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial