[PHP] InStallation Error Of ZendStudio on win98

2003-01-07 Thread Steven Seijmonsbergen
I have a Problem With the install of ZendStudio-2_5_0b.
I'm Using Windows 98 and I will get the error:

This program has performed an illegal!

What can I do to install ZendStudio???



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] InStallation Error Of ZendStudio on win98

2003-01-07 Thread Timothy Hitchens \(HiTCHO\)
Have you tried it in Safe Mode as you may have a Java Runtime issue.


HiTCHO has Spoken! 
Timothy Hitchens (HiTCHO)
[EMAIL PROTECTED] 

 -Original Message-
 From: Steven Seijmonsbergen [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, 7 January 2003 7:09 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] InStallation Error Of ZendStudio on win98
 
 
 I have a Problem With the install of ZendStudio-2_5_0b.
 I'm Using Windows 98 and I will get the error:
 
 This program has performed an illegal!
 
 What can I do to install ZendStudio???
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Installation error with 4.2.3

2002-11-06 Thread Daniele Baroncelli
No one replied to this message yet.
I am trying to address it again, as probably the previuos newsmessage title
wasn't very descriptive.

Thanks

Daniele


=

Hi guys,

I have very weird problem.

I have installed the PHP version 4.2.3 on the LINUX virtual server of my web
project.
Previously I had the PHP version 4.0.6.

The error I get is very weird.
When I insert a record with the phpMyAdmin, the first 4 characters of each
field don't get saved.
Same thing happened with some data entry interfaces I coded!


The only difference I can see in the two installation (provided the php.ini
file is in the same location):

The old version 4.0.6 was installed by the server provider and my virtual
server space I can only see the .so file.
The new version 4.2.3 is actually inside my virtual server space.
Hence, the path I provided in the php configuration is different (I don't
have idea if this can influence something).

NEW VERSION (4.2.3) configuration run by me
 './configure' '--with-apxs=/usr/local/apache/1.3/bin/apxs'
'--prefix=/usr/home/rockit/usr/local'
'--with-mysql=/usr/home/rockit/usr/local/mysql' '--with-xml' '--enable-xslt'
'--with-xslt-sablot=/usr/home/rockit/usr/local' '--with-regex=system'
'--with-expat-dir=/usr/home/rockit/usr/local'
'--with-iconv=/usr/home/rockit/usr/local' '--enable-inline-optimization'
'--disable-debug' '--enable-memory-limit' '--enable-sigchild'
'--without-pear' '--enable-mbstring' '--enable-mbstr-enc-trans'
'--with-gdbm=/usr/local' '--enable-sockets' '--enable-versioning'
'--with-ttf=/usr/local' '--enable-ftp' '--with-gd=/usr/local' '--with-zlib'
'--enable-gd-native-ttf'

OLD VERSION (4.0.6) configuration run by the server provider
 './configure' '--enable-inline-optimization'
'--with-apxs=/usr/local/apache/1.3/bin/apxs'
'--with-config-file-path=/usr/local/lib' '--disable-debug'
'--enable-memory-limit' '--enable-sigchild' '--with-gettext'
'--without-pear' '--with-regex=system' '--enable-mbstring'
'--enable-mbstr-enc-trans' '--with-iconv=/usr/local'
'--with-gdbm=/usr/local' '--with-dbm=/usr/local' '--enable-sockets'
'--enable-versioning' '--with-freetype-dir=/usr/local'
'--with-ttf=/usr/local' '--enable-ftp' '--with-curl=/usr/local/curl'
'--with-openssl=/usr/local/openssl' '--with-gd=/usr/local'
'--with-freetype-dir=/usr/local' '--with-ttf=/usr/local'
'--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local'
'--with-t1lib=/usr/local' '--with-zlib' '--enable-gd-native-ttf'
'--with-imap' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local'
'--with-dom=/usr/local' '--with-mysql=/usr/local/mysql' '--with-zlib'
'--with-zlib'


I must admit that I didn't not include all parameter as the old
installation, as I didn't know most options and thought is not needed. In
the new installation I instead provided additional XML parameter (after
installing the correspond modules, which all seem to work fine).


Hints on problem are very well welcome!


Daniele



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Installation error with 4.2.3

2002-11-06 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey,
I think your problem has something to do with --enable-mbstr-enc-trans. I 
remember hearing about problems with that.check the archives(I think it 
was on PHP-DEV).
HTH!
~Paul

On Wednesday 06 November 2002 05:04 am, Daniele Baroncelli wrote:
 No one replied to this message yet.
 I am trying to address it again, as probably the previuos newsmessage title
 wasn't very descriptive.

 Thanks

 Daniele


 =

 Hi guys,

 I have very weird problem.

 I have installed the PHP version 4.2.3 on the LINUX virtual server of my
 web project.
 Previously I had the PHP version 4.0.6.

 The error I get is very weird.
 When I insert a record with the phpMyAdmin, the first 4 characters of each
 field don't get saved.
 Same thing happened with some data entry interfaces I coded!


 The only difference I can see in the two installation (provided the php.ini
 file is in the same location):

 The old version 4.0.6 was installed by the server provider and my virtual
 server space I can only see the .so file.
 The new version 4.2.3 is actually inside my virtual server space.
 Hence, the path I provided in the php configuration is different (I don't
 have idea if this can influence something).

 NEW VERSION (4.2.3) configuration run by me
  './configure' '--with-apxs=/usr/local/apache/1.3/bin/apxs'
 '--prefix=/usr/home/rockit/usr/local'
 '--with-mysql=/usr/home/rockit/usr/local/mysql' '--with-xml'
 '--enable-xslt' '--with-xslt-sablot=/usr/home/rockit/usr/local'
 '--with-regex=system' '--with-expat-dir=/usr/home/rockit/usr/local'
 '--with-iconv=/usr/home/rockit/usr/local' '--enable-inline-optimization'
 '--disable-debug' '--enable-memory-limit' '--enable-sigchild'
 '--without-pear' '--enable-mbstring' '--enable-mbstr-enc-trans'
 '--with-gdbm=/usr/local' '--enable-sockets' '--enable-versioning'
 '--with-ttf=/usr/local' '--enable-ftp' '--with-gd=/usr/local' '--with-zlib'
 '--enable-gd-native-ttf'

 OLD VERSION (4.0.6) configuration run by the server provider
  './configure' '--enable-inline-optimization'
 '--with-apxs=/usr/local/apache/1.3/bin/apxs'
 '--with-config-file-path=/usr/local/lib' '--disable-debug'
 '--enable-memory-limit' '--enable-sigchild' '--with-gettext'
 '--without-pear' '--with-regex=system' '--enable-mbstring'
 '--enable-mbstr-enc-trans' '--with-iconv=/usr/local'
 '--with-gdbm=/usr/local' '--with-dbm=/usr/local' '--enable-sockets'
 '--enable-versioning' '--with-freetype-dir=/usr/local'
 '--with-ttf=/usr/local' '--enable-ftp' '--with-curl=/usr/local/curl'
 '--with-openssl=/usr/local/openssl' '--with-gd=/usr/local'
 '--with-freetype-dir=/usr/local' '--with-ttf=/usr/local'
 '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local'
 '--with-t1lib=/usr/local' '--with-zlib' '--enable-gd-native-ttf'
 '--with-imap' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local'
 '--with-dom=/usr/local' '--with-mysql=/usr/local/mysql' '--with-zlib'
 '--with-zlib'


 I must admit that I didn't not include all parameter as the old
 installation, as I didn't know most options and thought is not needed. In
 the new installation I instead provided additional XML parameter (after
 installing the correspond modules, which all seem to work fine).


 Hints on problem are very well welcome!


 Daniele

- -- 
~Paul Nicholson
Design Specialist @ WebPower Design
The webthe way you want it!
[EMAIL PROTECTED]

It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9yRVvDyXNIUN3+UQRAmRaAJ4+XnqM9eIkG2XKeXI3Pam3emXl7wCfUmnH
sXth4YcEhlJJ5LiZOTdFNA8=
=kkzH
-END PGP SIGNATURE-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Reg---PHP Installation error

2001-09-06 Thread senthilvellan

Hello Techies,

  I have installed php-4.05 and php4.06 under linux7.1(Red 
hat).Kernel( 2.4.2-2).

The installed lists are:

1.jdk1.2.2
2.jsdk2.0
3)mysql3.23.38

I got the following error while configuring php in both versions(4.05 and 4.06).The 
configure options is

 ./configure  --with-servlet=/usr/local/JSDK2.0/  --enable-ftp 
--with-java=/usr/local/jdk1.2.2  --with-mysql=/usr/local/ --enable-sockets 
--enable-sysvsem --enable-sysvshm --with-apache=/usr/local/apache_1.3.17


Error
mkdir: cannot create directory `/usr/local/lib/php/extensions/no-debug-zts-20001
222': Not a directory
make[1]: Leaving directory `/usr/local/php-4.0.6'
Making install in pear
make[1]: Entering directory `/usr/local/php-4.0.6/pear'
make[2]: Entering directory `/usr/local/php-4.0.6/pear'
mkdir: `/usr/local/lib/php' exists but is not a directory
+--+
| The installation process is incomplete. The following resources were |
| not installed:   
|  |
|  |
|   Self-contained Extension Support   |
|   PEAR: PHP Extension and Add-on Repository  |
|  |
| To install these components, become the superuser and execute:   |
|  |
|   # make install-su  |
+--+
make[2]: *** [install-data-local] Error 5
make[2]: Leaving directory `/usr/local/php-4.0.6/pear'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/php-4.0.6/pear'
make: *** [install-recursive] Error 1   

While running make install-su also we got the same error.
Here i noted that the error is ,it tries to create php directory where php file 
exists.So manually i change it to php1
after changing php to php1 i got the following error.



Error
make[1]: Leaving directory `/usr/local/php-4.0.6'
Making install in pear
make[1]: Entering directory `/usr/local/php-4.0.6/pear'
Makefile:9: /build/rules.mk: No such file or directory
make[1]: *** No rule to make target `/build/rules.mk'.  Stop.
make[1]: Leaving directory `/usr/local/php-4.0.6/pear'
make: *** [install-recursive] Error 1 

Whether iam missing anything.Any help is appreciate.


Thanks in advance,
Senthilvellan.



[PHP] Installation error..

2001-08-04 Thread Ryan Christensen

Quick question..

I'm installing PHP 4.0.6 on a fresh install of Trustix 1.2.  It compiles
fine (I've even slimmid down the modules I'm compiling it with down to
just apxs+mysql), but when I try to restart apache, it gives me the
following error:

Starting httpd: Syntax error on line 241 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server:
/usr/lib/libimap.so: undefined symbol: SSL_CTX_set_tmp_rsa_callback

Now, it mentions libimap.so, which is odd.  after getting this error the
first time I tried recompiling (after a make clean.. which should
clear out the previous config, right?)

Thoughts?

Ryan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]