php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58443 perl.so is not loading
Submitted: 2008-12-03 12:06 UTC Modified: 2015-07-05 04:22 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: gambhirbista at hotmail dot com Assigned: cmb (profile)
Status: No Feedback Package: perl (PECL)
PHP Version: 5.1.6 OS: CentOS 5
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2008-12-03 12:06 UTC] gambhirbista at hotmail dot com
Description:
------------
I am trying to integrate php and perl with perl.1.0.0 packhage.The module perl.so  is not loading.

Unable to load dynamic library '/usr/lib/php/modules/perl.so' - /usr/lib/php/modules/perl.so: cannot open shared object file: Permission denied




Reproduce code:
---------------
<?php
$perl = new Perl();
?>


Fatal error: Class 'Perl' not found


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-07-06 08:30 UTC] craig dot marchant at everylastsecond dot com
Not sure if you ever got this one sorted out, but it's reading like it was unable to open the module due to permissions.

Did you ever check the permissions on the file?

ls -al /usr/lib/php/modules/perl.so to see if they were suitable?

The only other thing I can think of is to run ldd /usr/lib/php/modules/perl.so to see if any of the dynamic linked libraries are missing or not showing up correctly.

Cheers,
Craig
 [2015-06-26 12:33 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2015-06-26 12:33 UTC] cmb@php.net
That doesn't appear to be a bug in the perl extension per se.
Anyhow, does the issue still persist with perl-1.0.1?
 [2015-07-05 04:22 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 05:01:29 2024 UTC