Help with phpmyadmin
Alex de Kruijff
freebsd at akruijff.dds.nl
Tue Sep 21 18:16:41 PDT 2004
On Tue, Sep 21, 2004 at 04:23:11PM -0700, digish reshamwala wrote:
> Hi...
>
> How can I install phpMyAdmin without using ports in FreeBSD 5.2.1??
>
> PLease help me out
>
Hi,
I'll just give a quick anwser.
1. cd /usr/ports
2. make search name="phpMyAdmin" or make search key=...
3. cd /usr/ports/www/phpMyAdmin (i'm guessing here)
4. make install && make clean
If you forget to do a make clean, then you'll end up with a large
/usr/ports directory. At a later time you can allways do a 'make clean'
in /usr/ports it self. Drawback is that its takes more time.
or if you have the port portupgrade installed:
To install: portinstall phpMyAdmin (works 95% of the time)
To upgrade: portupgrade phpMyAdmin
You can find more information about this and other mathers related to
basic FreeBSD use here in the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html
--
Alex
Articles based on solutions that I use:
http://www.kruijff.org/alex/FreeBSD/
More information about the freebsd-questions
mailing list