[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
Greetings @How - great script mate , always enjoy using it :)

recently though i got this
Code:
# ./update.script OPENSSL
[: /usr/local/updatescript/mirror.conf: unexpected operator
--2009-03-04 20:55:38--  [url]http://tools.web4host.net/mirror.conf.tmp[/url]
Resolving tools.web4host.net... 67.205.112.100
Connecting to tools.web4host.net|67.205.112.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1179 (1.2K) [text/plain]
Saving to: `/usr/local/updatescript/mirror.conf'

100%[==========================================================================================>] 1,179       --.-K/s   in 0s      

2009-03-04 20:55:38 (61.9 MB/s) - `/usr/local/updatescript/mirror.conf' saved [1179/1179]

\mirror.conf downloaded.
each time i try to run the same command it redownloads and uncompresses the files - normally np , but openssl still has FIPS crap in it that i need to manually remove from the Makefile. Hence my problem - any ideas?


in update script folder did you find mirror.conf ?
 
Great Script,
But how can i update phpmyadmin 2.x.x to 3.x.x?

Thanks,
Yonatan
 
Code:
[root@server ~]# clamscan
LibClamAV Warning: **************************************************
LibClamAV Warning: ***  The virus database is older than 7 days!  ***
LibClamAV Warning: ***   Please update it as soon as possible.    ***
LibClamAV Warning: **************************************************
LibClamAV Warning: ***********************************************************
LibClamAV Warning: ***  This version of the ClamAV engine is outdated.     ***
LibClamAV Warning: *** DON'T PANIC! Read [URL]http://www.clamav.net/support/faq[/URL] ***
LibClamAV Warning: ***********************************************************
how i do update for the datebase ?
and full scan ?
 
Code:
[root@server ~]# clamscan
LibClamAV Warning: **************************************************
LibClamAV Warning: ***  The virus database is older than 7 days!  ***
LibClamAV Warning: ***   Please update it as soon as possible.    ***
LibClamAV Warning: **************************************************
LibClamAV Warning: ***********************************************************
LibClamAV Warning: ***  This version of the ClamAV engine is outdated.     ***
LibClamAV Warning: *** DON'T PANIC! Read [URL]http://www.clamav.net/support/faq[/URL] ***
LibClamAV Warning: ***********************************************************
how i do update for the datebase ?
and full scan ?

you use old clamav you need to update it :)

Wael
 
I don't find this update at all :(
Have you tried the commands below?
Code:
./update.script CLEAN
./update.script
* Ive tried, and I have the new PhpMyAdmin.


how i remove the clamav ?
Well you should do the follow commands
Code:
./update.script CLEAN
./update.script CLAMAV
Then ClamAV will be updated to the new version.
After installation/updating you can check it by typing 'freshclam'.
 
Last edited:
I've currently installed IMAP-2004c1 with update.script, after that I've added the lines below in configure.php5

'--with-imap=/usr/local/imap-2004c1' \
'--with-imap-ssl=/usr/local/imap-2004c1' \
Configure: without any errors
But if I try make/make install I got the error below
/usr/bin/ld: /usr/local/lib/libc-client.a(osdep.o): relocation R_X86_64_32 against `ssl_server_input_wait' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libc-client.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1

Can somebody help me with this problem, i've also tried without the --with-imap-ssl, recompiled IMAP, compiled IMAP manually but still getting this error.
 
I've currently installed IMAP-2004c1 with update.script, after that I've added the lines below in configure.php5


Configure: without any errors
But if I try make/make install I got the error below


Can somebody help me with this problem, i've also tried without the --with-imap-ssl, recompiled IMAP, compiled IMAP manually but still getting this error.

Don't put '' and try again:
--with-imap=/usr/local/imap-2004c1 \
--with-imap-ssl=/usr/local/imap-2004c1 \
 
Have you tried the commands below?
Code:
./update.script CLEAN
./update.script
* Ive tried, and I have the new PhpMyAdmin.


Well you should do the follow commands
Code:
./update.script CLEAN
./update.script CLAMAV
Then ClamAV will be updated to the new version.
After installation/updating you can check it by typing 'freshclam'.
I forget :)
Thanks.

by the way,
after i update the model, why the script still show me that have an update?
(make it like "custom build" of DirectAdmin - that show me in shiny white the updates)
 
PhpLibClamav

Hello, I installed everything perfectly with this script, great work. but need some help, I can`t compile phplibclamav with clamav, I get Error [clamav .lo]
Can you update this script with phplibclamav too for easy compiling with your clamav on file? Thank you.
 
Code:
[root@server ~]# clamscan
LibClamAV Warning: **************************************************
LibClamAV Warning: ***  The virus database is older than 7 days!  ***
LibClamAV Warning: ***   Please update it as soon as possible.    ***
LibClamAV Warning: **************************************************
LibClamAV Warning: ***********************************************************
LibClamAV Warning: ***  This version of the ClamAV engine is outdated.     ***
LibClamAV Warning: *** DON'T PANIC! Read [URL]http://www.clamav.net/support/faq[/URL] ***
LibClamAV Warning: ***********************************************************
how i do update for the datebase ?
and full scan ?

use update script to update clam
how to scan http://www.web4host.net/forum/viewthread.php?tid=6


Wael
 
Back
Top