LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Lawrence Finch <[log in to unmask]>
Sun, 22 Jul 2018 11:01:26 -0400
text/plain (97 lines)
To everyone who helped, THANK YOU!

The problem was our 32 bit linux. We fixed it by re-running the 16.0 installer (took about 5 seconds to complete) and everything came up and is back to normal.

Real incentive now to get the new server up. It will be a 64 bit Ubuntu. What has complicated things is our listserv is almost 20 years old, so we have a lot of baggage to move, including a lot of postfix configuration and alias files and databases, some sophisticated spam protection, custom listserv template files, etc.

The help we got here made life much easier, as we knew where to look and where not to look.

Regards,
Larry & Dave


> On Jul 22, 2018, at 8:07 AM, Lawrence Finch <[log in to unmask]> wrote:
> 
> We are running a 32 bit Fedora. That is most likely the problem.
> 
> Our listserv had been running v 16.0, which was apparently supported in 32 bit versions. Is that correct?
> 
> If so we will have to go back to 16.0 until the new server is ready.
> 
> Thanks to all,
> 
> Larry
> 
>> On Jul 22, 2018, at 1:31 AM, Ben Parker <[log in to unmask]> wrote:
>> 
>> On Sun, 22 Jul 2018 00:15:39 -0400, David Phillips <[log in to unmask]>
>> wrote:
>> 
>>> gcc -o lsv lsv.o -O `echo "-lldap  -lldap -lclntsh -ldb2 "`; \ 
>> 
>> Well, this is the problem.  That command is all wrong.  Don't use the
>> script.  Just manually re-link in your temp directory with the command:
>> 
>> gcc -O -o lsv lsv.o -lldap nocli.o nooci.o
>> 
>> If that produces errors then try
>> 
>> gcc -O -o lsv lsv.o -lldap -llber -lresolv nocli.o nooci.o
>> 
>> If you get a successful re-link then double check thus:
>> 
>> [root@install2]# ldd lsv
>>       linux-vdso.so.1 =>  (0x00007ffd8733f000)
>>       libldap-2.4.so.2 => /lib64/libldap-2.4.so.2 (0x00007f6578d41000)
>>       liblber-2.4.so.2 => /lib64/liblber-2.4.so.2 (0x00007f6578b32000)
>>       libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f6578917000)
>>       libc.so.6 => /lib64/libc.so.6 (0x00007f6578556000)
>>       libsasl2.so.3 => /lib64/libsasl2.so.3 (0x00007f6578339000)
>>       libssl3.so => /lib64/libssl3.so (0x00007f65780f6000)
>>       libsmime3.so => /lib64/libsmime3.so (0x00007f6577ecf000)
>>       libnss3.so => /lib64/libnss3.so (0x00007f6577ba9000)
>>       libnssutil3.so => /lib64/libnssutil3.so (0x00007f657797c000)
>>       libplds4.so => /lib64/libplds4.so (0x00007f6577778000)
>>       libplc4.so => /lib64/libplc4.so (0x00007f6577573000)
>>       libnspr4.so => /lib64/libnspr4.so (0x00007f6577334000)
>>       libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f6577118000)
>>       libdl.so.2 => /lib64/libdl.so.2 (0x00007f6576f14000)
>>       /lib64/ld-linux-x86-64.so.2 (0x00007f6578f9b000)
>>       libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f6576cdc000)
>>       libz.so.1 => /lib64/libz.so.1 (0x00007f6576ac6000)
>>       librt.so.1 => /lib64/librt.so.1 (0x00007f65768bd000)
>>       libfreebl3.so => /lib64/libfreebl3.so (0x00007f65766ba000)
>> 
>> Your libraries version numbers will likely be different but the result
>> should look something like the above.
>> 
>> Commands to manually compile the other necessary LISTSERV utilities:
>> 
>> gcc -o lcmd lcmd.c -O -DSPOOL_DIR=\"/home/listserv/spool\"
>> gcc -o lsv_amin lsv_amin.c -O -DSPOOL_DIR=\"/home/listserv/spool\"
>> gcc -o jobview jobview.c -O
>> gcc -o listview listview.c -O
>> 
>> Then to install all the files in their proper locations:
>> 
>> make update
>> 
>> ############################
>> 
>> To unsubscribe from the LSTSRV-L list:
>> write to: mailto:[log in to unmask]
>> or click the following link:
>> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
> ############################
> 
> To unsubscribe from the LSTSRV-L list:
> write to: mailto:[log in to unmask]
> or click the following link:
> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
############################

To unsubscribe from the LSTSRV-L list:
write to: mailto:[log in to unmask]
or click the following link:
http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1

ATOM RSS1 RSS2