Date: Tue, 8 Oct 2002 10:16:12 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: John Rosanbalm <agent007@email-agents.com> Cc: Matthew Seaman <m.seaman@infracaninophile.co.uk>, dodi agusri <dodi_tdp@yahoo.com>, freebsd-questions@FreeBSD.ORG Subject: Re: is mysql working well with FreeBSD 4.5 ? Message-ID: <20021008091612.GA13848@happy-idiot-talk.infracaninophi> In-Reply-To: <004601c26ea7$43995030$5401a8c0@accounting> References: <20021008075557.4921.qmail@web14809.mail.yahoo.com> <20021008081716.GB10638@happy-idiot-talk.infracaninophi> <004601c26ea7$43995030$5401a8c0@accounting>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 08, 2002 at 01:46:51AM -0700, John Rosanbalm wrote: > Can anyone tell me why I am getting the following error? > > Failed to apply changes : Syntax error on line 237 of > /usr/local/etc/apache/httpd.conf: Cannot load > /usr/local/libexec/apache/libphp3.so into server: > /usr/local/lib/mysql/libmysqlclient.so.10: Undefined symbol "strtoll" > I am trying to get mysql-php3 and 4 working with apache-1.3.27 > I have 4.2 freebsd but have install the ports upgrade to stable at > freebsd.org FreeBSD 4.2 predates the introduction of strtoll(3) which is part of the ISO-C99 standard. Prior to that there was an almost identical strtoq(3) function, now deprecated, which was FreeBSD specific. In fact, the strtoll.c source code file was created by a repo copy of the old strtoq.c file: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/stdlib/strtoll.c Upgrade to a more recent FreeBSD version. 4.7-RELEASE will be out within days. Cheers, Matthew PS. ports doesn't have any concept of 'stable' or 'current'. There is just the main branch. -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021008091612.GA13848>