Search found 14 matches

by songwind
Mon Nov 13, 2006 4:32 pm
Forum: Linux
Topic: Webalizer Segmentation fault
Replies: 1
Views: 2070

Webalizer Segmentation fault

Since a day or 4 I am getting segmentation faults from the cronjob that runs that daily webalizer stats, the error does not happen every day. The error line itself: /bin/bash: line 1: 20943 Segmentation fault webalizer -c /var/system/webalizer.conf >dev/null 2>&1 When I run webalizer manually, I...
by songwind
Sun Sep 17, 2006 9:55 pm
Forum: Linux
Topic: Mailing Issues
Replies: 4
Views: 3282

hi aluminumpork, have you fixed your problem?

I also got some problems for sending the mails to hotmail by using php mail()...
by songwind
Sun Sep 17, 2006 9:47 pm
Forum: PHP - Code
Topic: Problem send mail to hotmail
Replies: 1
Views: 378

Problem send mail to hotmail

I am writing a mail list to send emails to users by using php mail(), it works fine with Gmail and others, but no with hotmail, sometime,emails could go through to hotmail, but sometime none of them could go through, does anyone else has similiar experience?
by songwind
Mon Aug 21, 2006 11:19 pm
Forum: Linux
Topic: Problem with using APD
Replies: 7
Views: 5487

Thanks feyd, I have tried to install APD for almost 2 days, I could see it in phpinfo, but I still got that error message, it seems a lot of people getting same errors when I searched it on google, but only few solutions could be found and none of them works so far. I have installed Xdebug,too, but ...
by songwind
Mon Aug 21, 2006 12:06 am
Forum: Linux
Topic: Problem with using APD
Replies: 7
Views: 5487

I can see the APD in phpinfo.php now, but still getting "Fata erro: Call to undefined function apd_set_pprof_trace()... " message,
are there any other configuration that I need to add into php.ini?
by songwind
Sun Aug 20, 2006 9:51 pm
Forum: Linux
Topic: how to check linux version?
Replies: 6
Views: 4904

Thanks, mates, I got it!!
by songwind
Sun Aug 20, 2006 9:44 pm
Forum: Linux
Topic: Problem with using APD
Replies: 7
Views: 5487

Thanks for replying. I added the following in php.ini: zend_extension=/path/apd.so #path is the absolute path of apd.so in my machine. apd.dumpdir=/tmp/trances apd.statement_trace = 0 By the way, do I need to install zend_extension to make it work? I didn't see any other zend_extension that mentione...
by songwind
Sun Aug 20, 2006 9:25 pm
Forum: Linux
Topic: Problem with using APD
Replies: 7
Views: 5487

Sorry, typing mistake.

It was "Call to undefined function apd_set_pprof_trace() in /path/test.php.."

And I couldn't see APD in phpinfo.php...!! does it mean I didn't install it properly?

I installed it by commands:

#pecl install apd
by songwind
Sun Aug 20, 2006 8:28 pm
Forum: Linux
Topic: Problem with using APD
Replies: 7
Views: 5487

Problem with using APD

I have installed Advanced PHP Debugger (APD) in Fedora core 5, it seemed installation is sucessful. and I modified the php.ini to put the absolute path of apd.so inside it. But when I added "apd_set_pprof_trace();" into a test php script. it displayed an error message: Fata error: Call to ...
by songwind
Mon Jul 31, 2006 1:41 am
Forum: Linux
Topic: Banshee
Replies: 1
Views: 1915

Sounds great! happy for you! :D
by songwind
Sun Jul 30, 2006 8:03 pm
Forum: Linux
Topic: Problem with php installation
Replies: 3
Views: 2610

Thanks for replying.

When I used cat /proc/version, I found out the linux version is Red Hat 4.0.1-5, is the problem caused by this version?
by songwind
Thu Jul 27, 2006 3:24 am
Forum: Linux
Topic: Problem with php installation
Replies: 3
Views: 2610

Problem with php installation

I tried to install PHP 5.1 in Red Hat Linux, when I did the following: ./configure --with-mysql I got this message: checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH I think it may has gcc installed already, when I do "locate gcc", it showed me ...
by songwind
Thu Jul 27, 2006 12:02 am
Forum: Linux
Topic: how to check linux version?
Replies: 6
Views: 4904

Thanks Burrito, you are the best!
by songwind
Wed Jul 26, 2006 10:55 pm
Forum: Linux
Topic: how to check linux version?
Replies: 6
Views: 4904

how to check linux version?

Hello, could anyone tell me how to check the linux version on the command line?
I have tried to search it for it on google, but got unlucky for far.

Thanks :D