maverick wrote: > Accourding to the php info the EXTENSION DIRECTORY is at; > > PHP Core > Directive Local Value Master Value > extension_dir /usr/lib/php/modules /usr/lib/php/modules > > Should I have something like gd.so in there? Here is what I have in there; > ldap.so > mysqli.so > mysql.so > odbc.so > pdo_mysql.so > pdo_odbc.so > pdo.so > pdo_sqlite.so > > I looked at the requirement and I meet them all > > [EMAIL PROTECTED] html]# rpm -q php > php-5.1.2-5 > [EMAIL PROTECTED] html]# rpm -q gd > gd-2.0.33-6.2 > [EMAIL PROTECTED] html]# rpm -q mysql > mysql-5.0.18-2.1 > [EMAIL PROTECTED] html]# rpm -q pcre > pcre-6.3-1.2.1 > > Does anyone think I should update gd? > > thank you > > Ernesto. > > > maverick <[EMAIL PROTECTED]> wrote: I put a test page named test.php to see > if the webserver meets the requirement and it works just fine, but I still > have these 2 errors. > > Here is the code > > phpinfo(); > ?> > > Thank you > > maverick wrote: Hi everyone, I'm trying to get Eventum > http://eventum.mysql.org/wiki/index.php/Main_Page, to run. For some reason > it gives me these 2 error. I have looked at the /etc/php.ini file and have > turn on the (allow_call_time_pass_reference = On) function with out success. > > FROM /etc/php.ini > ; Whether to enable the ability to force arguments to be passed by reference > ; at function call time. This method is deprecated and is likely to be > ; unsupported in future versions of PHP/Zend. The encouraged method of > ; specifying which arguments should be passed by reference is in the function > ; declaration. You're encouraged to try and turn this option Off and make > ; sure your scripts work properly with it in order to ensure they will work > ; with future versions of the language (you will receive a warning each time > ; you use this feature, and the argument will be passed by value instead of by > ; reference). > allow_call_time_pass_reference = On > > > I have also looked for the GD but have not been able to find it in this > file. Can someone give me a hint? > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Configuration Error: > > The following problems regarding file and/or directory permissions were found: > > The GD extension needs to be enabled in your PHP.INI file in order for > Eventum to work properly. > The 'allow_call_time_pass_reference' directive needs to be enabled in your > PHP.INI file in order for Eventum to work properly. > > Please provide the appropriate permissions to the user that the web server > run as to write in the directories and files specified above. > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >
I have it installed and working (but not "in-use" -- haven't actually gotten a round tuit yet <heh>). There is a gd.so library in my extensions dir, and it comes from php-gd-5.0.4-10.5 so I would guess that you have a missing php-gd. I notice that it only has 2 components (on my X86_64) /usr/lib64/php/modules/gd.so /etc/php.d/gd.ini ..jim -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
