Re: Virtualbox on 8.2 64-bit (cont)

2011-06-14 Thread Ondrej Majerech
On 06/09/2011 15:49, Rob wrote: On 6/6/11 8:39 PM, Mario Lobo wrote: You need to rebuild your kernel with options COMPAT_FREEBSD32 # Compatible with i386 binaries included. I noticed that when I tried to build the ports, but I don't have anything in /usr/src and no information was given

mysql_connect error

2011-06-14 Thread Glenn McCalley
Seen other people have this problem but cannot get their resolutions to work for me. Fatal error: Call to oundefined function mysql_connect() in etc., etc. This began happening after an upgrade to php5 using the portmaster program. phpinfo page does -not- show the mysql_connect function

Re: mysql_connect error

2011-06-14 Thread Glenn McCalley
- Original Message - From: Damien Fleuriot m...@my.gd To: freebsd-questions@freebsd.org Sent: Tuesday, June 14, 2011 10:35 AM Subject: Re: mysql_connect error On 6/14/11 2:46 PM, Glenn McCalley wrote: Seen other people have this problem but cannot get their resolutions to work for

Re: mysql_connect error

2011-06-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/14/11 10:49 AM, Glenn McCalley wrote: - Original Message - From: Damien Fleuriot m...@my.gd To: freebsd-questions@freebsd.org Sent: Tuesday, June 14, 2011 10:35 AM Subject: Re: mysql_connect error On 6/14/11 2:46 PM, Glenn

Re: mysql_connect error

2011-06-14 Thread Glenn McCalley
On Tuesday, June 14, 2011 09:46:17 AM Glenn McCalley wrote: Seen other people have this problem but cannot get their resolutions to work for me. Fatal error: Call to oundefined function mysql_connect() in etc., etc. This began happening after an upgrade to php5 using the portmaster program.

Re: mysql_connect error

2011-06-14 Thread Rodrigo Gonzalez
Hi Glenn, Try running this command in your shell: php -i | grep -i php.ini Does the reported path match the one reported by your phpinfo page (viewed in the web browser)? Also, is it possible you have multiple php executables installed? What is the output of the following commands?

Re: mysql_connect error

2011-06-14 Thread Glenn McCalley
- Original Message - From: Rodrigo Gonzalez rjgonz...@estrads.com.ar To: freebsd-questions@freebsd.org; glar...@freebsd.org Cc: Glenn McCalley gl...@bnetmd.net Sent: Tuesday, June 14, 2011 11:46 AM Subject: Re: mysql_connect error Hi Glenn, Try running this command in your shell:

Re: Probably working too hard for this cron question

2011-06-14 Thread Warren Block
On Mon, 13 Jun 2011, Kurt Buff wrote: Per the handbook, I added SHELL=/bin/sh to crontab, and I also added #!/bin/sh as the first line in the script Should not need both. The first changes a default, which is bad when you switch to another system where that hasn't been changed.

Re: mysql_connect error

2011-06-14 Thread Rodrigo Gonzalez
On Tuesday, June 14, 2011 12:56:11 PM Glenn McCalley wrote: Rodrigo, The php.ini path and file match the phpinfo page. However, php -m does NOT report a mysql module, and I get the same Undefined symbol error our of lubmysqlclient.so.16 that I mentioned in my answer to Greg's post. The

DHCP Question

2011-06-14 Thread jhall
I am working with a vendor and they are wanting me to send them ip addresses via option 74 in DHCP (irc-server). After I defined this in my dhcpd.conf file, the option is still not being sent. However, I am not receiving a request for this option. I have done a bunch of Googling this

Re: DHCP Question

2011-06-14 Thread Chuck Swiger
On Jun 14, 2011, at 11:19 AM, jh...@socket.net wrote: I am working with a vendor and they are wanting me to send them ip addresses via option 74 in DHCP (irc-server). After I defined this in my dhcpd.conf file, the option is still not being sent. However, I am not receiving a request for

Re: Re: DHCP Question

2011-06-14 Thread jhall
From : Chuck Swiger cswi...@mac.com To : jh...@socket.net Subject : Re: DHCP Question Date : Tue, 14 Jun 2011 11:28:00 -0700 You want: option dhcp-parameter-request-list uint16; This option, when sent by the client,

Re: mysql_connect error

2011-06-14 Thread Glenn McCalley
- Original Message - From: Rodrigo Gonzalez rjgonz...@estrads.com.ar To: freebsd-questions@freebsd.org; Glenn McCalley techl...@mail.bnetmd.net Cc: glar...@freebsd.org Sent: Tuesday, June 14, 2011 12:45 PM Subject: Re: mysql_connect error On Tuesday, June 14, 2011 12:56:11 PM Glenn

Thunderbird 3.1.10 Connection Refused

2011-06-14 Thread Unga
Hi all I need to access an IMAP server at mail.server.com:45000. And the server uses a self-signed certificate. Since it is not possible to add an exemption, I have imported the mail server pem file. But the Thunderbird still complain Could not connect to mail server Acct-Name; the

Re: Thunderbird 3.1.10 Connection Refused

2011-06-14 Thread Chuck Swiger
On Jun 14, 2011, at 11:28 AM, Unga wrote: I need to access an IMAP server at mail.server.com:45000. And the server uses a self-signed certificate. The registered port for IMAPS is 993/tcp. Unless you have very good reasons for running IMAP server on a non-standard port, you should run it on

Re: Virtualbox on 8.2 64-bit (cont)

2011-06-14 Thread Mario Lobo
On Monday 13 June 2011 21:14:05 Rob wrote: On 6/9/11 4:55 PM, Mario Lobo wrote: On Thursday 09 June 2011 10:49:37 Rob wrote: On 6/6/11 8:39 PM, Mario Lobo wrote: On Monday 06 June 2011 17:56:53 Rob wrote: I was attempting to install virtualbox on my 8.2-p2 64-bit system this weekend,

Re: FreeBSD on IBM 3630

2011-06-14 Thread Julian H. Stacey
Peter Toth wrote: Anyone is running IBM 3630 out there with FreeBSD? Short: Try Harder ;-) Medium: If one ask a better question, one gets better answers. Long: You may improve responses by adding eg: - Why you want to know Thinking of buying or selling ? Got it working

Re: Virtualbox on 8.2 64-bit (cont)

2011-06-14 Thread Rob
On 6/14/11 8:06 AM, Ondrej Majerech wrote: On 06/09/2011 15:49, Rob wrote: On 6/6/11 8:39 PM, Mario Lobo wrote: You need to rebuild your kernel with options COMPAT_FREEBSD32 # Compatible with i386 binaries included. I noticed that when I tried to build the ports, but I don't have

Re: Virtualbox on 8.2 64-bit (cont)

2011-06-14 Thread Rob
On 6/14/11 4:52 PM, Mario Lobo wrote: Also, do you know the difference between pre-built packages on the freebsd ftp server in packages-8.2-release vs packages-8-stable? Well, IF you installed the source tree from the SAME cd which you installed the FreeBSD you have now, there won't be any

Re: FreeBSD on IBM 3630

2011-06-14 Thread Chris Hill
On Wed, 15 Jun 2011, Julian H. Stacey wrote: Peter Toth wrote: Anyone is running IBM 3630 out there with FreeBSD? Short: Try Harder ;-) Medium: If one ask a better question, one gets better answers. Well said. I misread the subject at first, and thought the OP was asking about running

Re: Virtualbox on 8.2 64-bit (cont)

2011-06-14 Thread Chuck Swiger
On Jun 14, 2011, at 3:40 PM, Rob wrote: When 8.3 comes out, what do I need to do to update the src tree? This may be documented in the UPDATING docs, but having never messed with the source tree I haven't had cause to look. If so just tell me to go read the respective doc. :) Read the

Re: FreeBSD on IBM 3630

2011-06-14 Thread Peter Toth
On 06/15/11 10:34, Julian H. Stacey wrote: Peter Toth wrote: Anyone is running IBM 3630 out there with FreeBSD? Short:Try Harder ;-) Medium: If one ask a better question, one gets better answers. Long: You may improve responses by adding eg: - Why you want to know