Mozilla not working with CGI's

2001-04-24 Thread Daniel Chester
System: Sun U10 OS: Solaris 8 fully patched Compiler: gcc version 2.95.3 20010315 (release) Perl: This is perl, v5.6.1 built for sun4-solaris Apache: Server version: Apache/1.3.19 (Unix) perldap: 1.4.1 I have a cgi that I wrote that has the following in it: use Mozilla::LDAP::Conn; from the com

DO THE NUMBERS AND THIS WILL WORK!

2001-04-24 Thread allan_caine
Dear Friend: "Making over half million dollars every 4 to 5 months from your home for an investment of only $25 U.S. Dollars expense one time" THANKS TO THE COMPUTER AGE AND THE INTERNET! === BE A MILLIONAIRE LIKE OTHERS WITHIN A YEAR !! Before you

Re: Pb installation Mozilla library

2001-04-24 Thread Daniel Chester
I had the same problem, the 2.8 libraries are corrupted, grab the ones for 2.6. Isabelle Boyer wrote: > Hi all, > > Here is what I use : > Sun Solaris 8 > gcc 2.95.2 > perl 5.005_03 > SDK for C 4.11 (128 bit) > > So I have tried to install the Mozilla library (version 1.4.1) and I have > the fol

Netscape Directory SDK for C (5.x)

2001-04-24 Thread Michael Hein
We are in the process of converting the license terms for the LDAP C SDK from NPL to a choice of MPL/GPL. Included in this message you will see the verbage which was sent to past contributors of the LDAP C SDK in order for us to make this change. In a couple of cases where folks have disagreed w

Re: make Probs - 'PL_na' undeclared

2001-04-24 Thread Daniel Chester
try using: make Makefile.PL POLLUTE=1 or download 1.4.1 Keith Brown wrote: > In trying to run the make for PerLDAP and get an undeclared function, > 'PL_na' . I'm using: > > PerLDAP v1.4 > NETSCAPE DIRECTORY SDK 4.1 FOR C > Solaris 8 > Perl 5.004_04 > > Any advice would be greatly appreciated.

Re: Can't use PerlLDAP on Sun 2.8

2001-04-24 Thread Daniel Chester
I would double check your ldapsdk. A lot of people have had ELF compatibilities with the 2.8 version. Drap back the the 2.6 version and you might have better luck (if you try and compile the examples in the ldapsdk directory and get an error about ELF, this is probably your problem). Nicolas BE

Re: I need assistance to compile Perladp on Solaris 2.8

2001-04-24 Thread Daniel Chester
Try these things: Make sure you can compile the examples in the ldapsdk (cd into the examples directory and run make). If you get an ELF error, you need to download the 2.6 binaries. Try running perl Makefile.PL POLLUTE=1, that helped me. Nicolas BEAUMONT wrote: > Hello, > > I try to buil