SUSE Installation Question [message #34881] |
Wed, 22 November 2006 00:47 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
geggart
![United States United States](/forum/images/flags/us.png) Messages: 3 Registered: November 2006
Karma: 0
|
Junior Member |
|
|
OK.... I guess I need help. Trying to setup FUDFORUM on SUSE 10.x CVS went fine, Compile went fine (had to use PHP5 instead of PHP) copied the install.php ran from a browser and got:
?????
That's it.
I did use the PHPMyAdmin tool to validate Mysql & PHP are working. Created a DB, etc.
I'm a little lost.... Help!
-Gerry
|
|
|
|
|
|
Re: SUSE Installation Question [message #34915 is a reply to message #34911] |
Thu, 23 November 2006 14:23 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You may want to try PHP version 5.2.0, 5.1.2 has a number of bugs that maybe preventing the installer from running properly.
FUDforum Core Developer
|
|
|
Re: SUSE Installation Question [message #35679 is a reply to message #34881] |
Wed, 31 January 2007 12:32 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) |
eugenir
![Spain Spain](/forum/images/flags/es.png) Messages: 2 Registered: January 2007
Karma: 0
|
Junior Member |
|
|
openSuSE PHP5 contains a bug in the zen multibyte option.
So you must rebuild php5 without this option.
1. download and install your source for php
(in OpenSuSE 10.2 is php5-5.2.0-10.src.rpm
2. In /usr/src/packages/SPECS replace the
--enable-zend-multibyte option by --disable-zend-multibyte
3. rpmbuid -bb php5.spec ;; rpm -U --force {all generated RPM's}
4. If you use postgresql, you need to restart it using:
default_with_oids = on in postgresql.conf
5. Install FUDforum using CVS (see manual.pdf)
Good luck
Eugeni
|
|
|