Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

php 4.2.3 knackered?

  • 23-10-2002 3:33pm
    #1
    Registered Users, Registered Users 2 Posts: 14,149 ✭✭✭✭


    hey guys,

    has anyone else here tried to build the php module for apache under version 4.2.3 and had bad issues about getting it working correctly?


Comments

  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    Platform, distro, architecture...? *koff* :)

    If it's Red Hat 7.2, I'll have a go off it tomorrow for you. That said, if it was borked, I imagine you'd be seeing a few posts about it here. :)

    adam


  • Moderators, Sports Moderators Posts: 8,679 Mod ✭✭✭✭Rew


    I have it compiled in to Apache 1.3.27 it bitched about GD so i dint bother including it, but i reckon a newer version of GD would have sorted it.


  • Registered Users, Registered Users 2 Posts: 14,149 ✭✭✭✭Lemming


    RH 7.3

    and here's the delightful error message (when I attempt to restart the httpd service)

    "Starting httpd: Syntax error on line 261 of /etc/httpd/conf/httpd.conf:
    Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: php_session_mm_module
    "


  • Closed Accounts Posts: 3,859 ✭✭✭logic1


    Originally posted by Lemming
    RH 7.3

    and here's the delightful error message (when I attempt to restart the httpd service)

    "Starting httpd: Syntax error on line 261 of /etc/httpd/conf/httpd.conf:
    Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: php_session_mm_module
    "

    Can you give us your compile line? Are you comiling with
    --with-mm=shared
    
    ?

    If so try just
    --with-mm
    

    Also make sure you have both LoadModule php4_module modules/libphp4.so and AddModule mod_php4.c uncommented in your httpd.conf.

    .logic.


Advertisement