Date: Wed, 05 Jan 2005 10:23:50 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Olof Andersson <oandersson@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: make install clean question Message-ID: <41DBC036.3000205@infracaninophile.co.uk> In-Reply-To: <fd06686505010411536bcab0b0@mail.gmail.com> References: <fd06686505010411536bcab0b0@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC5660B713983823A7E9AA841 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 freebsd-ports@... 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 --------------enigC5660B713983823A7E9AA841 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQCVAwUBQdvAPZr7OpndfbmCAQIJ0AQAqKKZVnpkKivjwN7WAobs4bsWSZT6SuUx oVhOtT5aaZEfDYUPlFeEGJhWGMnFTr0/vpD/l2k7bFlJ4RRv51s3xoWCf67GLSgd 0x16VI2cRiWA7Olwk13iwOa6HZAbhHvTSst67/oYDGuNFCc/YMi0UU2nsKRpsUcm QVwk/f53sOI= =eyyQ -----END PGP SIGNATURE----- --------------enigC5660B713983823A7E9AA841--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41DBC036.3000205>