Re: Help with phpmyadmin

2004-09-22 Thread Matthew Seaman
On Tue, Sep 21, 2004 at 04:23:11PM -0700, digish reshamwala wrote:

 How can I install phpMyAdmin without using ports in FreeBSD 5.2.1??

Speaking as the port maintainer: what's the problem with the port?  As
far as I can tell from looking back at postings you've made in this
list, you've actually got a problem with the security/php4-openssl
port.  Unfortunately you need to have php4-openssl installed as a
dependency of phpMyAdmin[1].

The error mesage you're getting about:

'Dependency warning: used OpenSSL version contains known
 vulnerabilities. Please update or define either WITH_OPENSSL_BASE
 or WITH_OPENSSL_PORT

is the ports system trying to stop you shooting yourself in the foot
by installing software that uses a version of OpenSSL with known
security vulnerabilities.  Details are given here, as well as
instructions on how to fix that specific problem:

ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-04:05.openssl.asc

Note however that there are other fixes available for other
vulnerabilities in 5.2.1-RELEASE: the latest is 5.2.1-RELEASE-p10.
Recommended solution would be to cvsup(1) the latest sources from the
RELENG_5_2 branch and do a complete buildworld cycle as described in
the Handbook.  However, as a complete beginner, you might find that
using the binary patches supplied via FreeBSD Update suits you better:

http://www.daemonology.net/freebsd-update/

After that, the phpMyAdmin port should install smoothly.

Cheers,

Matthew

[1] Well, you do at the moment.  There's a maintainer update waiting
to go in once the ports freeze for 5.3-RELEASE is lifted, which will
make most of those dependencies optional.  See

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/71100

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpeAypbGtVfK.pgp
Description: PGP signature


Re: Help with phpmyadmin

2004-09-21 Thread Alex de Kruijff
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/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help with phpmyadmin

2004-09-21 Thread Kevin D. Kinsey, DaleCo, S.P.
digish reshamwala wrote:
Hi...
How can I install phpMyAdmin without using ports in FreeBSD 5.2.1??
PLease help me out
thanks,
Macuser
 

Try this:
pkg_add 
ftp://ftp.freebsd.org/packages-5-current/databases/phpMyAdmin-2.5.7.1_1.tbz

HTH,
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]