[tools] update.script

Do you like use update.script ?

  • yes, all time

    Votes: 221 69.1%
  • no, some time

    Votes: 44 13.8%
  • some time

    Votes: 55 17.2%

  • Total voters
    320
OpenSSL 0.9.8k

Wael

So a rather bizarre incident - I have OpenSSL 0.9.8k via this script (thank you) but the source libraries are not put into the /src/openssl/ directories and my apache, openssh, curl and proftpd are still using the 0.9.8i libs (and for an even odder occurance, curl is still using g). And of course I've recompiled all of these. Nothing is "broken" per se, all of these are running. I've run ldconfig, I've run through the list all the libraries are linked except that all of the 0.9.8k stuff is still in the /usr/local/updatescript/ directory.

Just an observation. Would I have to manually link all of this myself? I used the script in the past (g and i) and it seemed to link everything and put all the .so and header files in the right place for me.
 
Last edited:
mysql 5.0.77 error

[root@xxxx updatescript]# ./update.script MYSQL5032
Try #1

--15:08:22-- http://dev.mysql.com/get/Downloads/MySQL-5.0/MySQL-server-5.0.77-0.i386.rpm
=> `MySQL-server-5.0.77-0.i386.rpm'
Resolving dev.mysql.com... 213.136.52.29
Connecting to dev.mysql.com|213.136.52.29|:80... connected.
HTTP request sent, awaiting response... 404 Not found
15:08:23 ERROR 404: Not found.

Try #2\n

--15:08:23-- http://dev.mysql.com/get/Downloads/MySQL-5.0/MySQL-server-5.0.77-0.i386.rpm
=> `MySQL-server-5.0.77-0.i386.rpm'
Resolving dev.mysql.com... 213.136.52.29
Connecting to dev.mysql.com|213.136.52.29|:80... connected.
HTTP request sent, awaiting response... 404 Not found
15:08:24 ERROR 404: Not found.

Try #3\n

--15:08:24-- http://dev.mysql.com/get/Downloads/MySQL-5.0/MySQL-server-5.0.77-0.i386.rpm
=> `MySQL-server-5.0.77-0.i386.rpm'
Resolving dev.mysql.com... 213.136.52.29
Connecting to dev.mysql.com|213.136.52.29|:80... connected.
HTTP request sent, awaiting response... 404 Not found
15:08:25 ERROR 404: Not found.

Catastrophe! All Mirrors failed.

doesn't seems allow me to downlaod it :(
 
as a command to scan the entire server? (clamscan)

What is the problem, I can not understand

Thanks in advance
 
Last edited:
hi there @HOW

just a heads up, looks like the

./update.script CLAMAV

might have broken links.
 
I'm getting some errors during php compile with IMAP extension...

ssl -lcrypto -lcurl -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lssl -lcrypto -lldap -lrt -lz -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lmysqlclient -lz -lcrypt -lnsl -lm -lmygcc -lmysqlclient -lz -lcrypt -lnsl -lm -lmygcc -lxml2 -lz -liconv -lm -lcrypt -lxml2 -lz -liconv -lm -lxml2 -lz -liconv -lm -lxml2 -lz -liconv -lm -lcrypt -o sapi/cli/php
copying selected object files to avoid basename conflicts...
/usr/local/imap-2004c1/lib/libc-client.a(osdep.o): In function `ssl_onceonlyinit':
/usr/local/updatescript/imap-2004c1/c-client/osdep.c:267: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
ext/imap/php_imap.o: In function `_php_rfc822_write_address':
/usr/local/directadmin/custombuild/php-5.2.9/ext/imap/php_imap.c:3947: undefined reference to `rfc822_output_address_list'
/usr/local/directadmin/custombuild/php-5.2.9/ext/imap/php_imap.c:3948: undefined reference to `rfc822_output_flush'
ext/imap/php_imap.o: In function `zif_imap_expunge':
/usr/local/directadmin/custombuild/php-5.2.9/ext/imap/php_imap.c:1119: undefined reference to `mail_expunge_full'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
make: *** Waiting for unfinished jobs....
server:/usr/local/directadmin/custombuild#
 
first of all, thank you for your support.
second, i did it and still got nothing... :(

You can check the ssh output from the attachment on this post.
 

Attachments

  • ssh2.txt
    88.1 KB · Views: 1,019
It's better to use /etc/httpd/conf/extra/httpd-includes.conf file for MODclamAV instead of /etc/httpd/conf/httpd.conf, because it is not rewritten with "./build rewrite_confs".
 
mod_clamav.so isn't getting created or installed correctly for some reason?

I'm getting this after adding it to my httpd-includes.conf

Code:
Starting httpd: Syntax error on line 30 of /etc/httpd/conf/extra/mod_clamav.conf:
Cannot load /etc/httpd/modules/mod_clamav.so into server: /etc/httpd/modules/mod_clamav.so: cannot open shared object file: No such file or directory
 
mod_clamav.so isn't getting created or installed correctly for some reason?

I'm getting this after adding it to my httpd-includes.conf

Code:
Starting httpd: Syntax error on line 30 of /etc/httpd/conf/extra/mod_clamav.conf:
Cannot load /etc/httpd/modules/mod_clamav.so into server: /etc/httpd/modules/mod_clamav.so: cannot open shared object file: No such file or directory

work fine with me.
if you want me try to install it for you pm with server info

Wael
 
Back
Top