[PHP-DEV] Bug #2414: php3_vmailmgr.so refuses to load From: tmcqueen <email protected>
Date: 09/30/99

From: tmcqueen <email protected>
Operating system: RedHat Linux 6.0
PHP version: 3.0.12
PHP Bug Type: Dynamic loading related
Bug description: php3_vmailmgr.so refuses to load

Apache returns the following error in the error_log:

/usr/local/apache/bin/httpd: error in loading shared libraries: /usr/local/apache/libexec/php3_vmailmgr
.so: undefined symbol: _vm_adduser

My php3.ini file has the following entries:

extension_dir = /usr/local/apache/libexec
extension = php3_vmailmgr.so

The code that causes the error is:

$vdomain = "tld.org";
$vpassword = "somepassword";
vm_adduser($vdomain,$vpassword,"username","foobar");

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>