heb je een phpinfo?
Likes: 0
heb je een phpinfo?
laat toch zien datOorspronkelijk geplaatst door rvds
Failed loading /usr/local/Zend/lib/Optimizer-3.0.0/php-5.1.x/ZendOptimizer.so: Shared object "libm.so.6" not found, required by "ZendOptimizer.so"
niet geinstalleerd is....
Dus Zend Optimizer ff installen
# cd /usr/local/directadmin/customapache
# ./build zend
kan er iemand de originele update.sh van awstats in de map update sturen want hij werkt hier niet hij vind de versie niet op de ftp en kheb wat veranderd maar krijg het nu totaal niet meer goed
Groetjes,
Code:#!/bin/sh echo "Checking for latest version<BR>" wget http://awstats.sourceforge.net -Oawstats.ver -q if [ -e awstats.ver ]; then echo "..." else echo "Problems while checking... ERROR 1<BR>" exit fi VER=`cat awstats.ver | egrep -e "http://prdownloads.sourceforge.net/awstats/awstats-(.){3,5}.tar.gz" -o | egrep -e "[0-9]{1,}\.[0-9]{1,}" -o` rm awstats.ver echo "Updating to $VER<BR>" echo "Downloading $VER<BR>" wget http://awstats.sourceforge.net/files/awstats-$VER.tar.gz -O/usr/local/directadmin/plugins/awstats/update/awstats.tgz echo "Extracting<BR>" /bin/tar zxvf /usr/local/directadmin/plugins/awstats/update/awstats.tgz -C /usr/local/directadmin/plugins/awstats/update echo "Extracted.. now Updating<BR>" AWSTATS=`echo /usr/local/directadmin/plugins/awstats/update/awstats-$VER` echo "Awstats extracted in $AWSTATS<BR>" cd $AWSTATS PATHAW=$AWSTATS echo "Copying awstas $PATHAW/wwwroot/cgi-bin/awstats.pl to basedir" cp -f $PATHAW/wwwroot/cgi-bin/awstats.pl /usr/local/directadmin/plugins/awstats/hooks/cgi-bin/awstats.pl /usr/local/bin/php /usr/local/directadmin/plugins/awstats/update/patch.php echo "Patched..<BR>" cp -Rf $PATHAW/wwwroot/cgi-bin/lib /usr/local/directadmin/plugins/awstats/hooks/cgi-bin/ cp -Rf $PATHAW/wwwroot/cgi-bin/lang /usr/local/directadmin/plugins/awstats/hooks/cgi-bin/ cp -Rf $PATHAW/wwwroot/icon /usr/local/directadmin/plugins/awstats/hooks/cgi-bin/ cp -Rf $PATHAW/wwwroot/cgi-bin/plugins /usr/local/directadmin/plugins/awstats/hooks/cgi-bin/ echo "Removing all temp. files<BR>" cd .. rm -Rf /usr/local/directadmin/plugins/awstats/update/awstats* echo "Updating all user files..<BR>" /usr/local/directadmin/plugins/awstats/hooks/awstatsinstall.php -af echo "Done.. updated to $VER<BR>"
oke thanks maar heb nu nog steeds de volgende error:
Checking for latest version<BR>
...
egrep: invalid option -- o
egrep: option requires an argument -- e
Usage: egrep [OPTION]... PATTERN [FILE]...
Usage: egrep [OPTION]... PATTERN [FILE]...
Try `egrep --help' for more information.
Try `egrep --help' for more information.
[0-9]{1,}\.[0-9]{1,}: not found
Updating to <BR>
Downloading <BR>
--15:04:10-- http://awstats.sourceforge.net/files/awstats-.tar.gz
=> `awstats-.tar.gz'
Resolving awstats.sourceforge.net... 66.35.250.209
Connecting to awstats.sourceforge.net|66.35.250.209|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:04:10 ERROR 404: Not Found.
/usr/local/directadmin/plugins/awstats/update/update.sh: -O/usr/local/directadmin/plugins/awstats/update/awstats.tgz: not found
Extracting<BR>
/usr/local/directadmin/plugins/awstats/update/update.sh: /bin/tar: not found
/usr/local/directadmin/plugins/awstats/update/update.sh: /usr/local/directadmin/plugins/awstats/update: permission denied
Extracted.. now Updating<BR>
Awstats extracted in /usr/local/directadmin/plugins/awstats/update/awstats-<BR>
cd: can't cd to /usr/local/directadmin/plugins/awstats/update/awstats-
Copying awstas /usr/local/directadmin/plugins/awstats/update/awstats-/wwwroot/cgi-bin/awstats.pl to basedir
cp: /usr/local/directadmin/plugins/awstats/update/awstats-/wwwroot/cgi-bin/awstats.pl: No such file or directory
Warning: fopen(/usr/local/directadmin/plugins/awstats/hooks/cgi-bin/awstats.pl): failed to open stream: No such file or directory in /usr/local/directadmin/plugins/awstats/update/patch.php on line 3
<BR>ERROR can't open awstats.pl<BR>Patched..<BR>
cp: /usr/local/directadmin/plugins/awstats/update/awstats-/wwwroot/cgi-bin/lib: No such file or directory
cp: /usr/local/directadmin/plugins/awstats/update/awstats-/wwwroot/cgi-bin/lang: No such file or directory
cp: /usr/local/directadmin/plugins/awstats/update/awstats-/wwwroot/icon: No such file or directory
cp: /usr/local/directadmin/plugins/awstats/update/awstats-/wwwroot/cgi-bin/plugins: No such file or directory
Removing all temp. files<BR>
Updating all user files..<BR>
Done.. updated to <BR>
Greets,
er staat toch dat er een file niet gevonden kan worden, beginnend vanaf de download....??
Probeer het eens met deze::
http://www.fusion-ict.nl/da_plugin/awstats.tar.gz
en evt. vanaf de plugin manager van DA, is makkelijker te verteren...![]()
heb deze geinstalleerd maar hij geeft de error dat hij het bestand niet vind als ik op update duw zoals de manual zegt
ben radeloos
op install duwen met je pass, of anders de foutmelding posten, of anders /usr/local/directadmin/plugins/awstats/update/update.sh
of anders
1) You need to be 'root' to use this script, in a convenient directory where the archive can be downloaded..
2)# wget http://directadmin.domaindirect.com.au/awsetup.gz
3)# gunzip awsetup.gz
4)# chmod 755 awsetup
5) Add or remove AWStats to / from a domain
To add : # ./awsetup -a username domainname
To remove: # ./awsetup -d username domainname
To upgrade: # ./awsetup -u username domainname
6) To access the stats , just go to http://www.domainname.com/cgi-bin/awstats/awstats.pl
of anders
http://www.directadmin.com/forum/sho...&threadid=3901
of anders even zoeken kan geen kwaad....
http://www.ccchosting.nl/netwerk/status/index.php
is dat ook ergens te verkrijgen snaaps?![]()
http://www.webhostingtalk.nl/724551-post78.htmlOorspronkelijk geplaatst door hoJan
astu
Bedankt, maar had em stiekem al gevonden :P