Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Installing Silverstripe on Gentoo: PHP USE-Flags


Go to End


3 Posts   2865 Views

Avatar
christian.b

Community Member, 8 Posts

27 March 2010 at 9:30am

Just wanted to let you know the USE-Flags I used to install PHP on Gentoo in order for Silverstripe to work:

berkdb bzip2 cgi cli crypt ctype curl exif flatfile ftp gd gdbm hash iconv imap ipv6 mysql mysqli ncurses nls pcre readline reflection session simplexml snmp spell spl ssl threads tokenizer truetype unicode xml xmlreader xmlwriter xpm zip zlib

I just stumbled over the fact, that the trunk (http://svn.silverstripe.com/open/phpinstaller/trunk r101746) needs the PHP built-in function hash_algos() when installing for the first time, which is only included if you have switched on the "hash"-flag -- which I did not.

Avatar
Willr

Forum Moderator, 5523 Posts

27 March 2010 at 3:39pm

Good information - perhaps this would be better on the wiki since its likely to get lost on the forum.

Avatar
christian.b

Community Member, 8 Posts

28 March 2010 at 1:20am

Okay, done that at server requirements. I am usually cautious about messing up someone's Wiki. :)