Author Topic: Problems with socket  (Read 3923 times)

Offline itmajors

  • Newbie
  • *
  • Posts: 1
Problems with socket
« on: March 18, 2008, 09:10:17 PM »
I have done a fresh install

and if I compile PHP5.2.5 with --enable-sockets I get this when I try to start apache

Failed to start apache :
/usr/local/apache/bin/httpd -d /usr/local/apache/ -f /usr/local/apache/conf/httpd.conf :
httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: /usr/local/apache/modules/libphp5.so: undefined symbol: sockets_module_entry

if I compile without it it starts just fine, But RC complains about it...

The following modules/extensions are required to run RoundCube:

PCRE: OK
Session: OK
Sockets: NOT OK(See http://www.php.net/manual/en/ref.sockets.php)

Is there a workaround this problem?