RE: Squirrell Mail question

2004-05-19 Thread Marius Kirschner
No, squirrelmail requires IMAP, it won't do POP3. Check the Squirrelmail Requirements page at: http://www.squirrelmail.org/wiki/SquirrelMailRequirements ---Marius -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darryl Hoar Sent: Friday, May 14,

RE: PHP4 with GD build problem.

2004-01-30 Thread Marius Kirschner
Freebsd 4.7, ports up to date. When I compile php4 with GD, I get this error: ext/gd/libgd/gdkanji.lo: In function `do_convert': ext/gd/libgd/gdkanji.lo(.text+0x57b): undefined reference to `iconv_open' ext/gd/libgd/gdkanji.lo(.text+0x5c8): undefined reference to `iconv'

Routing question -- Samba

2004-02-09 Thread Marius Kirschner
I have a 4.9 box that's on a public IP and I want to configure Samba so it only accepts connections from the private network (192.168.1). My question is, can I do that with only 1 NIC card or do I have to add a second NIC for the private LAN? ---Marius

Moving to apache2

2004-04-20 Thread Marius Kirschner
I just set up a new 4.9 box and want to install Apache2 instead of 1.39. However, I noticed there is no apache2-ssl (or modssl). How is that part being handled now? And what about the various mods (like php, python, etc), do they work the same for 2 as for 1.3x? Thanks, ---Marius

RE: Moving to apache2

2004-04-20 Thread Marius Kirschner
Very good, thanks. ---Marius -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of User LAFFER1 Sent: Tuesday, April 20, 2004 1:19 PM To: Marius Kirschner Cc: [EMAIL PROTECTED] Subject: Re: Moving to apache2 apache2 has builtin support for SSL

RE: Moving to apache2

2004-04-20 Thread Marius Kirschner
So in order ensure the most backward compatibility it's better to stick with 1.39? ---Marius -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dick Davies Sent: Tuesday, April 20, 2004 3:04 PM To: Marius Kirschner Cc: FreeBSD Questions Subject

RE: Moving to apache2

2004-04-20 Thread Marius Kirschner
* Marius Kirschner [EMAIL PROTECTED] [0413 20:13]: So in order ensure the most backward compatibility it's better to stick with 1.39? It depends what you use. mod_ruby, mod_php4, mod_perl and mod_fastcgi are ok. mod_dav and mod_ssl are now builtins. That's all I use. You don't gain

RE: su to root

2002-07-16 Thread Marius Kirschner
The user needs to be part of the group wheel in order to have access to su. ---Marius -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED]] On Behalf Of Gavin Sent: Tuesday, July 16, 2002 5:10 AM To: [EMAIL PROTECTED] Subject: su to root Importance:

Apache Question: DirectoryIndex

2002-07-25 Thread Marius Kirschner
Does anybody have a clue as to why the DirectoryIndex directive would get ignored in Apache? I have a line that says DirectoryIndex index.html index.htm But only index.html files are being loaded automatically. Worse, if I specify http://www.url.com/index.htm it gives me a file not found

RE: Apache Question: DirectoryIndex

2002-07-25 Thread Marius Kirschner
: Thursday, July 25, 2002 4:38 PM To: 'Marius Kirschner'; [EMAIL PROTECTED] Subject: RE: Apache Question: DirectoryIndex Is the line in httpd.conf or in .htaccess ? Because if its in the .htaccess and the httpd.conf didn't allow overwrites of the rules then it wouldn't work. ...just an idea

Apache+ssl

2003-12-09 Thread Marius Kirschner
Tried to update my old apache+ssl to the latest and am getting the following error: making all in tools... === Installing for openssl-0.9.7c === Generating temporary packing list === Checking if security/openssl already installed ln: illegal option -- h usage: ln [-fisv] file1 file2 ln

Upgrading

2003-12-10 Thread Marius Kirschner
I need to upgrade my 4.3 box, but haven't done so in a long time. Is the below still valid? cvsup -g -L2 supfile cd /usr/src make buildworld make buildkernel KERNCONF=MYKERNEL make installkernel KERNCONF=MYKERNEL make installworld reboot ---Marius

RE: Upgrading

2003-12-11 Thread Marius Kirschner
This will be the first buildworld on that machine. Thanks, ---Marius -Original Message- From: Pete Renshaw [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 12:38 PM To: Marius Kirschner Cc: [EMAIL PROTECTED] Subject: Re: Upgrading If it is your second buildworld

4.3 to 4.9 upgrade woes

2003-12-31 Thread Marius Kirschner
Okay, I've finally upgraded my 4.3 box to 4.9 but while most things appear to be working, there are two that are not. 1) The mySQL server won't start anymore 2) And I can't ssh to the box I probably missed something during the upgrade. Anybody know where I screwed up? Thanks, ---Marius

RE: 4.3 to 4.9 upgrade woes

2004-01-01 Thread Marius Kirschner
Okay, got ssh to work but mySQL gives me the following error when I try to start it: ./mysql-server.sh: 6: Syntax error: unexpected This worked just fine before??? ---Marius -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marius Kirschner

PHP port 4.3.4_4

2004-01-02 Thread Marius Kirschner
Tried upgrading my php to the latest but 'make' fails with the following error: /usr/ports/lang/php4/work/php-4.3.4/ext/gd/libgd/gdft.c:1060: structure has no member named `advance' /usr/ports/lang/php4/work/php-4.3.4/ext/gd/libgd/gdft.c:1061: structure has no member named `advance' *** Error

Changing Apache

2004-01-02 Thread Marius Kirschner
I currently have Apache 1.3.29 running and want to switch to the Apache mod-ssl version. My question is, do I need to deinstall the standard apache before building the mod-ssl one from the ports? And what would be the best procedure to minimize the downtime? Thank you, ---Marius

RE: Changing Apache

2004-01-02 Thread Marius Kirschner
Seaman [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 12:20 PM To: Marius Kirschner Cc: 'FreeBSD Questions' Subject: Re: Changing Apache On Fri, Jan 02, 2004 at 11:10:56AM -0500, Marius Kirschner wrote: I currently have Apache 1.3.29 running and want to switch to the Apache mod

RE: Changing Apache

2004-01-02 Thread Marius Kirschner
Also, if I get a certificate for www.whatever.com will I be able to refer to it via http:// and https://? Well, ish. When you compile the port, you will be given the option to generate several flavours of test key. These will permit the HTTPS server to work, but visitors will get

RE: 4.3 to 4.9 upgrade woes

2004-01-03 Thread Marius Kirschner
./mysql-server.sh: 6: Syntax error: unexpected I remember that one. It is caused by a shell change: construction 'command1 command2' is now considered illegal, whereas it was allowed before. You can fix /usr/local/etc/rc.d/mysql-server.sh script yourself, or just get a newer

Re-make mod_php

2004-01-03 Thread Marius Kirschner
I have the need to re-configire mod_php4 using the ports and add another package (--with-imagick) that is not part of the default options. Where do I put the imagick source (should be in /usr/src/php/ext), and which file do I need to modify to include the --with-imagick? Obviously there must be a

ImageMagic port build fails

2004-01-03 Thread Marius Kirschner
Tried to install ImageMagic on a FreeBSD 4.9 box, but 'make' fails with the following error message: jp2.c:778: `JAS_IMAGE_CT_OPACITY' undeclared (first use in this function) gmake[1]: *** [jp2.lo] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/ImageMagick/work/ImageMagick-5.5.7/coders'

RE: Re-make mod_php

2004-01-04 Thread Marius Kirschner
Hmmm... As far as I can tell, the --with-imagick option doesn't exist in PHP4 or later. Which is probably why there isn't a 'WITH_IMAGICK' option in the port Makefile. In fact, see this, from the principal author of PHP himself:

RE: Re-make mod_php

2004-01-04 Thread Marius Kirschner
You can achieve pretty much all of the graphical manipulations you need by a combination of PHP's built in support for the GD libraries, or by using the exec() capability of PHP to call external programs. The netpbm library (ports: graphics/netpbm) and ImageMagick have some

RE: ImageMagic port build fails

2004-01-04 Thread Marius Kirschner
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lowell Gilbert Sent: Sunday, January 04, 2004 9:52 AM To: Marius Kirschner Cc: 'FreeBSD Questions' Subject: Re: ImageMagic port build fails Marius Kirschner [EMAIL PROTECTED] writes: Tried

DNS resources or toaster

2004-01-05 Thread Marius Kirschner
I have the task to set up a two DNS servers for my company, and while I have administered their DNS servers using BIND for a number of years I have never set them up from scratch. I have 2 boxes where FreeBSD 5.1 will be installed, and, to be honest, I'm not sure whether to use BIND or DJBDNS of

Kernel KVM switch

2004-01-08 Thread Marius Kirschner
I remember there used to some setting that you had to set if you wanted to use a KVM switch, but for the live of me I can't find what it was. Basically, with both my 4.9 and 5.1 boxes if I reboot any of them and they are not selected on the switch then the keyboard won't work. Since I do most of

RE: Kernel KVM switch

2004-01-08 Thread Marius Kirschner
Thanks, got itapparently changing the 0x1 to 0x0 works as well. ---Marius -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 4:56 AM To: Marius Kirschner Cc: 'FreeBSD Questions' Subject: Re: Kernel KVM switch On Thu, 8