Re: make install clean question

2005-01-05 Thread Matthew Seaman
Olof Andersson wrote:
I'm a newbie with a problem. I tried to install phpmyadmin from the
ports. When I ran the make install clean for the first time I got a
screen where I could make a couple of choices. I chose to install with
something called mysqli. The make install process stopped and I got
this message:
anderssons1# make install clean
You may use the following additional build option:
WITH_SUPHP=yes   Install appropriately for use with
 the www/suphp port [default: no]
Unknown extension mysqli.
*** Error code 1
That can only happen if you try and install mysqli with PHP4 --- the 
mysqli module (which stands for 'MySQL Improved') is a PHP5 only thing. 
 As the OPTIONS dialog does tell you.

You need to run:
make config
to redo the OPTIONS stuff.  See the ports(7) man page for details.
Stop in /usr/ports/databases/phpmyadmin.
I tried to run the make install clean again to be able to not select
the mysqli but I only get the same message again. I tried to find
information on how to reset the install but did not succeed. I have
FreeBSD 5.3.
Can someone help me? Thanks in advance.
That would be me.  In general, the port Maintainer is your first point 
of contact if you're having difficulty with a port.  You can find out 
the Maintainer's e-mail address by:

make -V MAINTAINER
from the port directory, or most of the time, just by reading the 
Makefile.  Failing that, ask on [EMAIL PROTECTED] or even on this list.

Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil.   8 Dane Court Manor
  School Rd
PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone
Tel: +44 1304 617253  Kent, CT14 0JL UK


signature.asc
Description: OpenPGP digital signature


Re: make install clean question

2005-01-04 Thread RW
On Tuesday 04 January 2005 19:53, Olof Andersson wrote:
 Hi!

 I tried to run the make install clean again to be able to not select
 the mysqli but I only get the same message again. I tried to find
 information on how to reset the install but did not succeed. I have
 FreeBSD 5.3.

Once set, configuration is remembered until new options appear.

you need: make config 

see man ports
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make install clean question

2005-01-04 Thread Kevin Kinsey
Olof Andersson wrote:
Hi!
I'm a newbie with a problem. 

 

Hi!  Welcome to FreeBSD.  I'm not sure this is a
FBSD issue, but you've done a good job asking
the question.  Here's my .02 euros ...
I tried to install phpmyadmin from the
ports. When I ran the make install clean for the first time I got a
screen where I could make a couple of choices. I chose to install with
something called mysqli. The make install process stopped and I got
this message:
anderssons1# make install clean
You may use the following additional build option:
   WITH_SUPHP=yes   Install appropriately for use with
the www/suphp port [default: no]
Unknown extension mysqli.
*** Error code 1
Stop in /usr/ports/databases/phpmyadmin.
I tried to run the make install clean again to be able to not select
the mysqli but I only get the same message again. I tried to find
information on how to reset the install but did not succeed. I have
FreeBSD 5.3.
 

Mysqli is for mysql-lite, and is only available on
PHP5 and MySQL 4.1 or greater.  Probably you
need to take a look at your versions of those programs.
HTH,
Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make install clean question

2005-01-04 Thread Joshua Lokken
On Tue, 4 Jan 2005 20:53:06 +0100, Olof Andersson [EMAIL PROTECTED] wrote:
 Hi!
 
 I'm a newbie with a problem. I tried to install phpmyadmin from the
 ports. When I ran the make install clean for the first time I got a
 screen where I could make a couple of choices. I chose to install with
 something called mysqli. The make install process stopped and I got
 this message:
 
 anderssons1# make install clean
 
 You may use the following additional build option:
 
WITH_SUPHP=yes   Install appropriately for use with
 the www/suphp port [default: no]
 
 Unknown extension mysqli.
 *** Error code 1
 
 Stop in /usr/ports/databases/phpmyadmin.
 
 I tried to run the make install clean again to be able to not select
 the mysqli but I only get the same message again. I tried to find
 information on how to reset the install but did not succeed. I have
 FreeBSD 5.3.
 
 Can someone help me? Thanks in advance.

Both of these should do that:

# make rmconfig

or,

# rm /var/db/ports/portname/options 


-- 
Joshua Lokken
Open Source Advocate
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]