Showing posts with label error. Show all posts
Showing posts with label error. Show all posts

Tuesday, October 21, 2008

configure: error: all--with-sybase-ct=/opt/sybase/OCS-12_5/: invalid feature name

Problem:

 

When you run ‘./configure…’ you get this error:

 

configure: error: all--with-sybase-ct=/opt/sybase/OCS-12_5/: invalid feature name

 

Solution:

 

Move the '--with-sybase-ct=/opt/sybase/OCS-12_5/' option or any other option you may have after  '--disable-all' before ‘—disable-all’

ERROR: Cannot run tests without CLI SAPI.

Problem:

 

After a successful ‘./configure…’ command you are instructed to run ‘make test’ but the command fails:

 

ERROR: Cannot run tests without CLI SAPI.

 

Solution:

 

If you are on a development server you should ignore this error and launch ‘make install’.

 

If you are on a production server then check your configure option for '--disable-cli'   and remove it from the command.

 

Make test will run fine after that