Date: Mon, 17 Mar 2003 02:38:45 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 108 ************************************************** Sunday 16 March 2003 Number 108 ************************************************** Subjects for today 1 Re: Apache : Mika Laitio 2 Re: In search of crypt(), Building Apache2 : Hannes Hromadka 3 Re: Building httpd : John Poltorak 4 Re: Building httpd : Hannes Hromadka 5 Re: Building httpd : Hannes Hromadka 6 Re: In search of crypt(), Building Apache2 : Sohnen-Moe Associates, Inc" 7 Re: In search of crypt(), Building Apache2 : John Poltorak 8 Downloading ux2bs : Pieter Kruger" 9 Re: Downloading ux2bs : John Poltorak **= Email 1 ==========================** Date: Mon, 17 Mar 2003 00:32:39 +0200 (EET) From: Mika Laitio Subject: Re: Apache > > httpd daemon for apache2 is in > > /etc/rc.d/init.d contains httpd (httpd daemon for apache2) > > > > HTML-files, cgi-scrips, perl-scripts, etc are in > > /var/www > > /var/www/cgi-bin > > /var/www/error > > /var/www/html (HTML-pages under this by default) > > /var/www/icons > > /var/www/perl > > Are there locations defined by options which configure uses? There seems to be one in /usr/share/ADVX/compat Description from the ADVX can be found from the http://www.advx.org/ Not sure is the directory structure used in the Linux Mandrake most standard anyway... I personally do not like putting files from one application to too many different locations... Mika _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Mon, 17 Mar 2003 10:23:22 +0100 From: Hannes Hromadka Subject: Re: In search of crypt(), Building Apache2 On Sat, Mar 15, 2003 at 08:13:53PM +0000, John Poltorak wrote: > There is a crypt subdirectory inside glibc. > > I haven't tried building crypt myself yet, but AFAIK this is the > definitive source code which is an updated version of this:- > > ftp://ftp.leo.org/pub/comp/os/os2/leo/crypt/gnuufc.zip > > You might be able to use the Makefile from KUR's original OS/2 port... > > > I am attempting to build apache httpd v2.0.44 and have run into this > > wall. Or maybe there is some setting in the httpd configure that bypasses > > crypt()? gnuufc works fine, it even compiles. Apache2 is happy with it. I also installed: dlfnc, zlib, shm and some other libs (gif,tif,png,..) Ldap would be fine to build the ldap modules. I could build a running Apache2 this weekend after solving some problems. 1) the configure script uses "test -x" to check for existance of executables programs. This test always fails. After edtiting all files where this was used it was running ok. 2) I tests for libssl.a, but links against ssl.a 3) the final link of httpd.dll fails because of missing -Zomf switch pased to aplibtool. 4) make install writes some errors into the config file, because all dlls are shortend to 8.3 while in the config the longname with extension .so is referenced This command worked: sh ./configure --enable-modules=all --enable-mods-shared=all --enable-ssl=shared --with-ssl=/usr --prefix=/apps/apache2 2>&1 | tee 0-conf.log Only the DAV-fs module does not load because it misses something. Then I tried a full build: sh ./configure --enable-modules=all --enable-mods-shared=all --enable-ssl=shared --with-ssl=/usr --enable-mime-magic --enable-charset-lite=shared --enable-echo=shared --enable-charset_lite=shared --enable-ldap=shared --enable-auth_ldap=shared --enable-deflate=shared --enable-logio=shared --enable-proxy=shared --enable-proxy_connect=shared --enable-proxy_ftp=shared --enable-proxy_http=shared --enable-bucketeer=shared --prefix=/apps/apache2 2>&1 | tee 0-conf-full.log Did not test it yet, but some proxy modules do not load, and php was not working as apposed to do (did not find php.ini) Ciao, Hannes -- Johannes Hromadka | Email Office: HromadkaJ at gmx.at | Home : Johannes.Hromadka at gmx.net Vienna/Austria/Europe | OECC: http://www.oecc.org/ >>> Rust never sleeps (borrowed from Neil YOUNG) <<< _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 3 ==========================** Date: Mon, 17 Mar 2003 10:26:03 +0000 From: John Poltorak Subject: Re: Building httpd On Sun, Mar 16, 2003 at 10:40:25AM -0700, Sohnen-Moe Associates, Inc wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > Ok, thanks for the help so far with building apache's httpd v2.0.44. Maybe it would be easier to start by building an older version such v1.3.x which is well documented here:- http://silk.apana.org.au/apache/building.html > The crypt() package (gnuufc) worked well. Did you use the updated source from glibc with KUR's patches or just the original port? One of the things I'd like to do is get uptodate versions of any apps which have been abandoned over the years because the porter has disappeared. > ____________________________________________________________________ > > Sohnen-Moe Associates, Inc. > 3906 West Ina Road #200-367 > Tucson, AZ 85741-2295 > > email: sma at sohnen-moe.com Voice: 520.743.3936 > Website: http://www.sohnen-moe.com FAX: 520.743.3656 > ____________________________________________________________________ -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 4 ==========================** Date: Mon, 17 Mar 2003 10:28:35 +0100 From: Hannes Hromadka Subject: Re: Building httpd On Sun, Mar 16, 2003 at 03:55:54PM -0700, Sohnen-Moe Associates, Inc wrote: > Hmm. I did hack configure to prevent it from using a special os/2 > libtool, aplibtool.exe. The reason is that aplibtool.exe produced .la files > of zero (0) length, even less useful than libtool. aplibtool works for me. See my reply to the crypt thread. I completely used the ux2_env from one week ago. Ciao, Hannes -- Johannes Hromadka | Email Office: HromadkaJ at gmx.at | Home : Johannes.Hromadka at gmx.net Vienna/Austria/Europe | OECC: http://www.oecc.org/ >>> Rust never sleeps (borrowed from Neil YOUNG) <<< _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 5 ==========================** Date: Mon, 17 Mar 2003 13:33:06 +0100 From: Hannes Hromadka Subject: Re: Building httpd On Mon, Mar 17, 2003 at 10:26:03AM +0000, John Poltorak wrote: > > Maybe it would be easier to start by building an older version such v1.3.x > which is well documented here:- I sent two mails regarding this subject to the list this morning (european time). What happend to them ? I did not see them. Does this one go through ? Ciao, Hannes -- Johannes Hromadka | Email Office: HromadkaJ at gmx.at | Home : Johannes.Hromadka at gmx.net Vienna/Austria/Europe | OECC: http://www.oecc.org/ >>> Rust never sleeps (borrowed from Neil YOUNG) <<< _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 6 ==========================** Date: Mon, 17 Mar 2003 13:49:54 -0700 (MST) From: "Sohnen-Moe Associates, Inc" Subject: Re: In search of crypt(), Building Apache2 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 17 Mar 2003 10:23:22 +0100, Hannes Hromadka wrote: >I also installed: dlfnc, zlib, shm and some other libs >(gif,tif,png,..) > Where did you find dlfnc and shm? ____________________________________________________________________ Sohnen-Moe Associates, Inc. 3906 West Ina Road #200-367 Tucson, AZ 85741-2295 email: sma at sohnen-moe.com Voice: 520.743.3936 Website: http://www.sohnen-moe.com FAX: 520.743.3656 ____________________________________________________________________ -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0 OS/2 for non-commercial use Comment: PGP 5.0 for OS/2 Charset: cp850 wj8DBQE+djTy5z5shEq8TYMRAjDbAKD6KkYNngWHNVrdzoEbJLRrV8n5MQCfa80P wMoTJ0B4YDzpseil5O1oIwI= =LGdr -----END PGP SIGNATURE----- _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 7 ==========================** Date: Mon, 17 Mar 2003 15:51:34 +0000 From: John Poltorak Subject: Re: In search of crypt(), Building Apache2 On Mon, Mar 17, 2003 at 10:23:22AM +0100, Hannes Hromadka wrote: > On Sat, Mar 15, 2003 at 08:13:53PM +0000, John Poltorak wrote: > > > There is a crypt subdirectory inside glibc. > > > > I haven't tried building crypt myself yet, but AFAIK this is the > > definitive source code which is an updated version of this:- > > > > ftp://ftp.leo.org/pub/comp/os/os2/leo/crypt/gnuufc.zip > > > > You might be able to use the Makefile from KUR's original OS/2 port... > > > > > I am attempting to build apache httpd v2.0.44 and have run into this > > > wall. Or maybe there is some setting in the httpd configure that bypasses > > > crypt()? > > gnuufc works fine, it even compiles. > > Apache2 is happy with it. > > I also installed: dlfnc, zlib, shm and some other libs > (gif,tif,png,..) > > Ldap would be fine to build the ldap modules. > > I could build a running Apache2 this weekend after solving some > problems. Could you provide a complete list of apps you needed to build in order to have any chance of having success with Apache? I would like to provide some sort of dependency cheking list so that if 'build apache' was run, the build script would first check a list of prerequisites before attempting to build Apache. I anticipate having something like:- apache;crypt;zlib;gif;png;tif; etc.... > Ciao, Hannes > > -- > Johannes Hromadka | Email Office: HromadkaJ at gmx.at > | Home : Johannes.Hromadka at gmx.net > Vienna/Austria/Europe | OECC: http://www.oecc.org/ > >>> Rust never sleeps (borrowed from Neil YOUNG) <<< -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 8 ==========================** Date: Mon, 17 Mar 2003 19:18:14 +0200 From: "Pieter Kruger" Subject: Downloading ux2bs This is a multi-part message in MIME format... ------------=_1047921496-30971-63 Content-Disposition: inline Hello everybody! I am new to the list, so please excuse a dumb question :-) I would like to install ux2bs on a PC that has no internet connection. I would like to download all the required files, burn it onto a CD-RW, and copy it onto the other PC. Basically, I want to be able to download all the files, change the different CMD files to comment out the rsync and ftp statements, and continue the installation from there. Is this possible? Thank you! Pieter Kruger Technikon Free State: IT-Dept South Africa OS/2 20.45 ----------------------------------- This e-mail is subjected to the disclaimer that can be viewed at: * http://www.tfs.ac.za/disclaim.asp ----------------------------------- ------------=_1047921496-30971-63 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs ------------=_1047921496-30971-63-- **= Email 9 ==========================** Date: Mon, 17 Mar 2003 20:10:19 +0000 From: John Poltorak Subject: Re: Downloading ux2bs On Mon, Mar 17, 2003 at 07:18:14PM +0200, Pieter Kruger wrote: > Hello everybody! > > I am new to the list, so please excuse a dumb question :-) > > I would like to install ux2bs on a PC that has no internet connection. ux2bs is very much work in progress. It consists a small number of scripts which act as a wrapper for building various programs. It isn't sort of thing you should go round installing on production systems. as it stands at the moment it is mainly a 'proof of concept' framework. > I would like to download all the required files, burn it onto a CD-RW, and copy > it onto the other PC. Basically, I want to be able to download all the files, > change the different CMD files to comment out the rsync and ftp statements, and > continue the installation from there. > > Is this possible? That depends on how familiar you are with scripts, but I suspect you are wanting to do something which the package is not designed for. ux2bs provides an a build system and actually installs a basic system for you initially. It is easy enough to have all the necessary archives stored locally for installation, but if you don'y have an Internet connection you need to determine which apps you want to build beforehand. I suggest you try using it to see how it works. To start off, you need to grab this file and run it:- ftp://os2ports.com/pub/ux2bs/build/lib/ux2_bootstrap.cmd > Thank you! > > Pieter Kruger > > Technikon Free State: IT-Dept > South Africa > > OS/2 20.45 -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs