Re: Problems with interchange

2002-04-26 Thread Yort
Hi Antonio, I've used Interchange on linux. Had a devil of a time getting it to work, but it is a really nice cart. Still haven't resolved an issue with Skipjack, though another config process would probably do it. Just no projects screaming for it right now... But after all the difficulty I

Re: Problems with interchange

2002-04-26 Thread Götz Verdieck
Hi to everyone, Has anyone had any experience with interchange (interchange.redhat.com), it's a very interesting perl based GNU e-commerce server. I'm running it on macosx 10.1.3 with perl 5.6.1 apache 1.3.23 and mysql 3.23.47, the server is running fine but the administration part is not

Re: Problems with interchange

2002-04-26 Thread Götz Verdieck
Hi, I found the mail in the archive: http://interchange.redhat.com/archive/interchange-users/2002/msg11261.html Best regards Goetz Verdieck == [EMAIL PROTECTED]

Re: MacOSX-File-0.50.tar.gz uploaded to CPAN

2002-04-26 Thread Dan Kogai
On Friday, April 26, 2002, at 06:28 , Vonleigh Simmons wrote: Hello, Hi there. Dan, you are the man for making psync. I just tried it to backup my main drive and it works exactly as advertised. One question though, how would I go about restoring a drive? Should I just boot from the

APACHE, LIBAPREQ -- some errors

2002-04-26 Thread Ward W. Vuillemot
RE: instructions at http://www.apache.org/~joes/ I have had the following errors after installing the special Apache. dyld: /usr/sbin/httpd Undefined symbols: _ApacheCookie_as_string _ApacheCookie_attr _ApacheCookie_bake _ApacheCookie_expires _ApacheCookie_new _ApacheCookie_parse

Help with Apache installation

2002-04-26 Thread Ward W. Vuillemot
I thought I would go back to installing everything. Last time, when I installed Apache, I had had problems with the following command: SSL_BASE=/usr/local/src/openssl-0.9.6c/ \ ./configure \ --with-layout=Apache \ --enable-module=ssl \ --enable-module=rewrite \

Re: CPAN shell error with DELETE key

2002-04-26 Thread William H. Magill
Date: Wed, 24 Apr 2002 11:58:40 -0400 From: Bill -Sx- Jones [EMAIL PROTECTED] On 4/24/02 10:37 AM, Vuillemot Ward W. [EMAIL PROTECTED] wrote: Is it me, or is Apache/Perl poorly supported on Mac OS X? That is to say, Apple has done enough changes to UNIX to break a lot of

Re: Controlling Apache

2002-04-26 Thread Alex S
Ward W. Vuillemot wrote: So I know have mod_ssl, mod_perl, Perl 5.6.1 and Apache loaded on my machine. I then loaded the libapreq that is suggested for this type of configuration. I can Apache to launch with the default httpd.conf. However, when I add the following line to the end of the

Re: Help with Apache installation

2002-04-26 Thread David Wheeler
On 4/26/02 8:39 AM, Ward W. Vuillemot [EMAIL PROTECTED] claimed: I thought I would go back to installing everything. Last time, when I installed Apache, I had had problems with the following command: SSL_BASE=/usr/local/src/openssl-0.9.6c/ \ ./configure \ --with-layout=Apache \

Clean install

2002-04-26 Thread Ward W. Vuillemot
All, I want to do a complete reinstall of Apache, mod_perl, mod_ssl, openSSL and perl. What files do I need to delete to get rid of all the associated files? It would seem that I might have problems with different versions of libapreq, and I figure the easiest solution at this point is the M$

Re: Clean install

2002-04-26 Thread Chris Devers
On Fri, 26 Apr 2002, Ward W. Vuillemot wrote: I want to do a complete reinstall of Apache, mod_perl, mod_ssl, openSSL and perl. What files do I need to delete to get rid of all the associated files? Have you considered leaving the defaults alone, and just disabling them while you go put

strftime issues

2002-04-26 Thread David Wheeler
Hi All, In the process of installing Matt Seargent's Time::Piece module on my OS X box (a forthcoming version should support OS X -- the one currently on the CPAN does not), one of the tests failed. That test used the strftime system function to format the date. It returned 'V' for the '%V'

Re: strftime issues

2002-04-26 Thread Edward Moy
There is an existing bug report, at least about the %Z problem: 2861261 - Bug in Perl's POSIX library in OSX 10.1.2 I will attach your message about the other ones. I stumbled on the %Z problem myself, and for my needs, have worked around it by using Date::Format. But I seem to think that

Re: strftime issues

2002-04-26 Thread David Wheeler
Thanks Edward. FWIW (and I should probably have mentioned this in my original post), I'm running OS X 10.1.4, and Perl 5.6.1, which I compiled myself. I don't remember POSIX tests failing, but that doesn't mean it didn't happen. It might make sense to write a comprehensive stftime test app in C

Re: strftime issues

2002-04-26 Thread Matthew Langford
On Fri, 26 Apr 2002, David Wheeler wrote: It might make sense to write a comprehensive stftime test app in C to see how it differs from what my Perl script found. I would do it, but I'm JAPH. ;-) On 4/26/02 12:10 PM, Edward Moy [EMAIL PROTECTED] claimed: I stumbled on the %Z problem

Re: strftime issues

2002-04-26 Thread David Wheeler
On 4/26/02 2:39 PM, Matthew Langford [EMAIL PROTECTED] claimed: Here's a test program you can copy into a file named test.c and compile it with cc -o test test.c. I've included my Solaris output below the program, so you can compare. Cool! Here's what I got: - Begin output

puzzling results from missing she-bang

2002-04-26 Thread Michael Turner
I performed a test, and was surprised by the results. Can anyone tell me why the result occurs? File: -rwxr-xr-x 1 mt staff 25 Apr 26 19:07 hw.pl contents: print Hello, World.\n; command ../hw.pl results: Hello, World. Note the missing she-bang line: #!/usr/bin/perl -w Note also that I

Re: puzzling results from missing she-bang

2002-04-26 Thread Sherm Pendley
On Friday, April 26, 2002, at 07:21 PM, Michael Turner wrote: Note the missing she-bang line: #!/usr/bin/perl -w Note also that I didn't tell the shell how to execute the file. So the file is set to executable, but I thought it should error. Is that line not necessary on a Mac for some

Re: puzzling results from missing she-bang

2002-04-26 Thread Sherm Pendley
On Friday, April 26, 2002, at 07:41 PM, Sherm Pendley wrote: It appears that the shell, when asked to run something D'oh! s/shell/kernel/; sherm--

Re: Help with Apache installation

2002-04-26 Thread Charles Albrecht
At 9:31 AM -0700 4/26/2002, David Wheeler wrote: On 4/26/02 8:39 AM, Ward W. Vuillemot [EMAIL PROTECTED] claimed: I thought I would go back to installing everything. Last time, when I installed Apache, I had had problems with the following command: SSL_BASE=/usr/local/src/openssl-0.9.6c/ \