View previous topic :: View next topic |
Author |
Message |
d4mo Guru
Joined: 27 Jun 2005 Posts: 430
|
Posted: Wed Jun 14, 2006 3:38 am Post subject: Need Help with Ampache[solved] |
|
|
I followed the guide and I cannot get it to work. After I emerge everything I can get to install.php. Once there I enter a password for root and I click INSERT DATABASE and then it just goes to a blank page and does nothing. I am Mysql ignorant so I don't know if I didn't anything wrong with that. The address after I click create database is install.php?action=create_db.
Last edited by d4mo on Wed Jun 14, 2006 7:45 pm; edited 1 time in total |
|
Back to top |
|
|
FranZ Apprentice
Joined: 15 Feb 2004 Posts: 212 Location: Enschede, Holland
|
Posted: Wed Jun 14, 2006 6:31 am Post subject: |
|
|
What guide did you follow and what are you trying to install through install.php? _________________ Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions |
|
Back to top |
|
|
d4mo Guru
Joined: 27 Jun 2005 Posts: 430
|
|
Back to top |
|
|
FranZ Apprentice
Joined: 15 Feb 2004 Posts: 212 Location: Enschede, Holland
|
Posted: Wed Jun 14, 2006 8:30 am Post subject: |
|
|
Right. I took Ampache for a typo. Should be able to have a look at it tonight...
_________________ Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions |
|
Back to top |
|
|
Voorhees51 Guru
Joined: 05 Nov 2003 Posts: 358
|
Posted: Wed Jun 14, 2006 4:19 pm Post subject: |
|
|
I had the same problem. I ended up having to reemerge php with more USE flags to get it to work.
Here's how I emerged php and it works:
ACCEPT_KEYWORDS="~x86" USE="apache2 berkdb bzip2 cli crypt gdbm gmp hash iconv ipv6 kerberos
mhash mysql ncurses nls pcre readline reflection session spell spl ssl truetype xml xmlreader xmlrpc xmlwriter zlib"
emerge -pv php
Those are all the USE flags that I have set for my install of php. The ones that I had to set to get ampache to work were all the xml ones: xml xmlreader xmlrpc xmlwriter That fixed it and it works. |
|
Back to top |
|
|
d4mo Guru
Joined: 27 Jun 2005 Posts: 430
|
Posted: Wed Jun 14, 2006 6:59 pm Post subject: |
|
|
Voorhees51 wrote: | I had the same problem. I ended up having to reemerge php with more USE flags to get it to work.
Here's how I emerged php and it works:
ACCEPT_KEYWORDS="~x86" USE="apache2 berkdb bzip2 cli crypt gdbm gmp hash iconv ipv6 kerberos
mhash mysql ncurses nls pcre readline reflection session spell spl ssl truetype xml xmlreader xmlrpc xmlwriter zlib"
emerge -pv php
Those are all the USE flags that I have set for my install of php. The ones that I had to set to get ampache to work were all the xml ones: xml xmlreader xmlrpc xmlwriter That fixed it and it works. |
Thank you so much that worked |
|
Back to top |
|
|
FranZ Apprentice
Joined: 15 Feb 2004 Posts: 212 Location: Enschede, Holland
|
Posted: Wed Jun 14, 2006 7:04 pm Post subject: |
|
|
Edit your original post and put [solved] in the title _________________ Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions |
|
Back to top |
|
|
|