hi folks,
I am in a need of using pslib extension for EPS Schema Export. I got the extension from http://pecl.php.net/package/ps but I don't know how I will use it in my local wamp ? Also, will that be ok to use this lib for EPS Schema Export ? I am asking because Users of this EPS Export will need to download/host this extension ..
Adnan a écrit :
Adnan, maybe this can help: http://ca2.php.net/manual/en/install.pecl.windows.php
For your second question, it's ok to ask users to have this extension to be able to export in this format; in Documentation.html we are already stating the requirements for additional components (for example FAQ 2.9 and 6.25 in current master).
On Mon, Aug 30, 2010 at 12:09 AM, Marc Delisle marc@infomarc.info wrote:
I have already explore this link but I am confused or not understand that there is no DLL for pslib and I have to build it from source ?
ok Great !!
Adnan a écrit :
If you are looking for ready-made binaries, you may be out of luck for your Windows platform. On http://windows.php.net/download/ they say
"PECL For Windows
PECL extensions for Windows is being worked on. The interface on the pecl website will most likely be updated to offer Windows DLL download right from that website. In the meantime, some extensions can be found here. "
I don't know which PHP version you are using but for 5.2.x, on http://ca2.php.net/downloads.php they say that the 5.2.6 PECL package works with the 5.2.14 release.
If you have enough RAM you could install VirtualBox then install a Linux distribution inside it.
On Mon, Aug 30, 2010 at 12:38 AM, Marc Delisle marc@infomarc.info wrote:
I got pslib.dll from here http://dllcentral.com/pslib.dll/ and I put the dll in ext folder and don't know what to do further.
I have 5.3.0 but do I need the complete PECL package ?
Adnan a écrit :
Add extension=pslib.dll in your php.ini and restart Apache. There is an example of this in comments of php.ini.
I believe you already have the "extension_dir" line in your php.ini pointing to your ext folder.
On Mon, Aug 30, 2010 at 1:00 AM, Marc Delisle marc@infomarc.info wrote:
Yes, I added it successfully but I think this is not the right DLL because my code still stays *Call to undefined function ps_new() *and also when i see phpinfo() it doesn't display it in loaded extensions. Is there way to check that DLL is correct ? or you can try that DLL ?
Adnan a écrit :
I don't develop in a Windows environment. This is surely not the library you are looking for. On the PECL support page they mention mailing lists: http://pecl.php.net/support.php.
I checked in pecl-5.2.6-win32.zip (see http://ca.php.net/get/pecl-5.2.6-Win32.zip/from/a/mirror) but there is no php_ps.dll inside).
On Fri, Jul 30, 2010 at 5:10 PM, Marc Delisle marc@infomarc.info wrote:
I checked in pecl-5.2.6-win32.zip (see
http://ca.php.net/get/pecl-5.2.6-Win32.zip/from/a/mirror) but there is no php_ps.dll inside).
Yes, I also downloaded but no required DLL there :( if I use this library for EPS export schema then it will not be use able for windows based hosting , right ?
Adnan a écrit :
I'm not sure to understand your question. Since this kit does not contain the pslib extension, you cannot use it for your development.
That's why I suggested to develop on Linux. To do it on your Windows machine, you can install VirtualBox then install a Linux distribution. Of course you need to have some knowledge of the Linux environment. Then you'll be able to install the PECL extension from source.
On Sun, Aug 1, 2010 at 2:42 PM, Marc Delisle marc@infomarc.info wrote:
Actually, I was asking that if I use Linux and install extension and code the EPS export schema and then we deliver it for use with newer version. So, the hosting companies will find this extension works on just linux box not windows based ?
In this case, our EPS export will just work on linux environment.
Adnan a écrit :
Not a problem as serious hosting companies are on Linux or other Unix environment.
However, hosting companies or individuals who have a Windows environment should be able to compile this PECL extension from source. Compilation could also be done by distributors of kits like XAMPP for Windows if you can convince them.
On Sun, Aug 1, 2010 at 2:58 PM, Marc Delisle marc@infomarc.info wrote:
ok , thanks a lot for information !
On Sun, Aug 1, 2010 at 3:32 PM, Adnan hiddenpearls@gmail.com wrote:
I have installed Ubuntu in my Virtual Machine but I don't know How to install PS Extension in Xampp .. So, I could code EPS Schema .
Anyone can guide me ? I am new to linux [ubuntu]..
Adnan a écrit :
Have you compiled the extension yet?
So, I could code EPS Schema .
Anyone can guide me ? I am new to linux [ubuntu]..
On Wed, Aug 11, 2010 at 4:54 PM, Marc Delisle marc@infomarc.info wrote:
Adnan a écrit :
Did you follow these instructions for the ps extension?
http://ca2.php.net/manual/en/install.pecl.pear.php
On Wed, Aug 11, 2010 at 5:00 PM, Marc Delisle marc@infomarc.info wrote:
I would write this command at terminal ? but access to internet is not available at my Ubuntu .. so, I downloaded PS extension in my USB and then plugged in Ubuntu .. so, this is how I can use it.
Adnan a écrit :
Try this. Copy your ps-1.3.6.tgz to some directory on Ubuntu. Then
tar xzf ps-1.3.6.tgz cd ps-1.3.6 phpize ./configure make make install
I hope you know how to modify php.ini to add this extension; then restart Apache.
On Wed, Aug 11, 2010 at 5:12 PM, Marc Delisle marc@infomarc.info wrote:
it says phpize: command not found
Adnan a écrit :
And I'm really not sure that this pslib.dll is what you're looking for.