Seems not to like adding /sw/bin and /sw/sbin in .profile or .bash_profile because it can break main PATH environment variable. So, eg, lynx is called by full path ref: /sw/bin/lynx and so on.
Entries categorized as ‘ReJaguar’
Lynx under Jaguar (PPC)
April 1, 2008 · Leave a Comment
Fink for X11
/sw/bin/fink install lynx
Categories: ReJaguar
PT on 10.3.9
October 19, 2007 · Leave a Comment
Installed 6.1 from disc for Audiomedia III. Installed 6.2.3 from ‘8′.
Categories: ReJaguar
Drupal on Jaguar
June 29, 2007 · Leave a Comment
mv drupal-5.1 /Library/WebServer/Documents/drupal-5.1/
Categories: ReJaguar
Httpd/php on Jaguar 10.3.9
June 29, 2007 · Leave a Comment
Apache and PHP are installed, just not activated.
In the terminal: (sudo) change two lines in /etc/httpd/httpd/conf
Uncomment the line #LoadModule php4_module libexec/httpd/libphp4.so
Do the same for #Add module mod_php4.c
Add in the mime types.
When you see the line AddType application/x-tar .tgz add these two below:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Now save the file.
(http://apple.slashdot.org/apple/02/10/28/144231.shtml?tid=107)