Active Topics

 



Notices


Reply
Thread Tools
Posts: 54 | Thanked: 5 times | Joined on May 2008 @ Oulu, Finland
#1
Is it possible to install PHP on n810 OS2008?
...or maybe even LAMP?

Thanks.
 
Posts: 23 | Thanked: 4 times | Joined on Dec 2009
#2
For n900 You can compile php at your scratchbox without problems:

# download php
# unpack archive
[armel] cd php-5.x.x
[armel] ./configure --prefix=/home/user/php
# if you have compiled and installed mysql on scratchbox and device
# you can add --with-mysql=..., --with-mysqli=... for mysql support
# if you need support for special extensions - give it a try
[armel] make
[armel] make install
[armel] cd /home/user
[armel] tar cvf php.tar php
# copy it to /home/user on your device
[device] cd /home/user
[device] tar xvf php.tar
# symlink (if you like) - rootsh required
[device] ln -s /home/user/php/bin/pecl /usr/bin/pecl
[device] ln -s /home/user/php/bin/phar.phar /usr/bin/phar
[device] ln -s /home/user/php/bin/phar.phar /usr/bin/phar.phar
[device] ln -s /home/user/php/bin/php /usr/bin/php
[device] ln -s /home/user/php/bin/php-cgi /usr/bin/php-cgi
[device] ln -s /home/user/php/bin/php-config /usr/bin/php-config
[device] ln -s /home/user/php/bin/phpize /usr/bin/phpize

Hope it works for you on OS2008

Have Phun ...

Last edited by roose; 2010-01-16 at 09:10.
 

The Following User Says Thank You to roose For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Nov 2009
#3
anyone want to make a usable package of this w/ gtk and sqlite?

Originally Posted by roose View Post
For n900 You can compile php at your scratchbox without problems:

# download php
# unpack archive
[armel] cd php-5.x.x
[armel] ./configure --prefix=/home/user/php
# if you have compiled and installed mysql on scratchbox and device
# you can add --with-mysql=..., --with-mysqli=... for mysql support
# if you need support for special extensions - give it a try
[armel] make
[armel] make install
[armel] cd /home/user
[armel] tar cvf php.tar php
# copy it to /home/user on your device
[device] cd /home/user
[device] tar xvf php.tar
# symlink (if you like) - rootsh required
[device] ln -s /home/user/php/bin/pecl /usr/bin/pecl
[device] ln -s /home/user/php/bin/phar.phar /usr/bin/phar
[device] ln -s /home/user/php/bin/phar.phar /usr/bin/phar.phar
[device] ln -s /home/user/php/bin/php /usr/bin/php
[device] ln -s /home/user/php/bin/php-cgi /usr/bin/php-cgi
[device] ln -s /home/user/php/bin/php-config /usr/bin/php-config
[device] ln -s /home/user/php/bin/phpize /usr/bin/phpize

Hope it works for you on OS2008

Have Phun ...
 
Posts: 2 | Thanked: 0 times | Joined on Feb 2010 @ Auckland
#4
hi there.

i have compiled with sqlite and gd if u interested.

cheers
 
Posts: 46 | Thanked: 5 times | Joined on Sep 2009
#5
Originally Posted by leke View Post
Is it possible to install PHP on n810 OS2008?
...or maybe even LAMP?

Thanks.
Yes, best option is to run Debian in a chroot.
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:06.