Date: Wed, 22 Sep 2004 03:16:37 +0200 From: Alex de Kruijff <freebsd@akruijff.dds.nl> To: digish reshamwala <reshamwa@usc.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Help with phpmyadmin Message-ID: <20040922011637.GC990@alex.lan> In-Reply-To: <9ca0495bfc23.4150556f@usc.edu> References: <9ca0495bfc23.4150556f@usc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040922011637.GC990>