Hi Alex, I just installed the libexpect-php5 package from your ppa and still get an error, sightly different:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/expect.so' - libexpect.so.5.44.1.14: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Fatal error: Call to undefined function expect_popen() in /home/coke/exp.php on line 6 It request the libexpect.so.5.44.1.14 version of the library and before it was the libexpect.so.5.44.1.15 version. Anyway, I symlinked the libexpect.so.5.44.1.14 to my current /usr/lib/libexpect.so.5.45 library and then the script worked, I don't have time to test the actual functionality right now, but at least it loads the php functions. You'll know better than me, but the current expect package is on version 5.45 and the libexpect-php5 package still insist on using the 5.44.1.14 or 5.44.1.15 version. Seems like the package should be linked to that version instead of the one in the ppa of yours. And I don't know how things exactly goes as for working on fixes, but thank you for your time working on this. Carlos -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929629 Title: libexpect.so.5.44.1.15: cannot open shared object file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libexpect-php5/+bug/929629/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
