I don't know exactly where to post this but here it goes:

I have setup a mail script, i had to install the pipe gateway to make the script working properly.

I have looked on the steps over and over and i did everything right, i also edited the valias file good as well. I can send emails with the script but i cannot receive emails. When i send an email with outlook to an account via that email script then i receive an email back with the following error:

pipe to |/home/anabel/public_html/mail/mail_process.php
generated by email@adres.com
Child process of virtual_address_pipe transport returned 1 from command:
/home/anabel/public_html/mail/mail_process.php

The following text was generated during the delivery attempt:

------ pipe to |/home/anabel/public_html/mail/mail_process.php
generated by email@adres.com------

Error in argument 1, char 3: option not found
Failed loading /usr/local/Zend/lib/ZendOptimizer.so: /usr/local/Zend/lib/ZendOptimizer.so: cannot open shared object file: No such file or directory
Error in argument 1, char 3: option not found
Usage: php [-q] [-h] [-s [-v] [-i] [-f <file>] | {<file> [args...]}
-q Quiet-mode. Suppress HTTP Header output.
-s Display colour syntax highlighted source.
-w Display source with stripped comments and whitespace.
-f <file> Parse <file>. Implies `-q'
-v Version number
-C Do not chdir to the script's directory
-c <path> Look for php.ini file in this directory
-a Run interactively
-d foo[=bar] Define INI entry foo with value 'bar'
-e Generate extended information for debugger/profiler
-z <file> Load Zend extension <file>.
-l Syntax check only (lint)
-m Show compiled in modules
-i PHP information
-h This help

So i guess this is the error to look at:

Error in argument 1, char 3: option not found 
Failed loading /usr/local/Zend/lib/ZendOptimizer.so:  /usr/local/Zend/lib/ZendOptimizer.so: cannot open shared object file: No such file or directory
Error in argument 1, char 3: option not found

I have no idea why and how this error is coming and how to fix it. I hope someone have an idea to fix it or maybe pointing me to a direction to look at.

Thank you for any help.

    Write a Reply...