Page 1 of 2

NConvert on Apache Linux server

Posted: Tue Sep 02, 2008 8:33 pm
by supermix
Hi, sorry for my English but I'm writing from Italy and I'm not very able.

I'll need to install nconvert in my web space: the server in Apache linux but unfortunately I don't know linux language so I don't kow how do!

In What way Can I call the command line to installing nconvert on the server?

Plesa help me!!!

Re: NConvert on Apache Linux server

Posted: Wed Sep 03, 2008 7:59 am
by xnview
You must put nconvert in the cgi-bin folder to be able to use it

Posted: Wed Sep 03, 2008 9:07 pm
by Guest
Unfortunately I haven't permission to that folder

You don't have permission to access /cgi-bin/ on this server.

... I have just asked the server to give me the permission ... I'll tell you ...

so thanks

Posted: Sat Sep 06, 2008 9:16 am
by supermix
I have put nconvert in cgi-bin folder but It doesn't work ... it doesn't give me any error

I have the following php file in the root

<php>

why it doesn't give me any error?

if i write

<php>

i get the list of file so i think it isn't a problem of permission ....

... suggestions?!?!?!

Posted: Sat Sep 06, 2008 3:22 pm
by xnview
nconvert can be executed by 'other'?
What is the error?

Posted: Sat Sep 06, 2008 10:12 pm
by supermix
nconvert doesn't write any error so I can't understand what is the problem...

... do you know if somebody has put nconvert in a linux web server and how he starts the program?

... do you know if I should ask the server any other things as for example libraries or other things to set?

Remember, I don't know linux operating system

help me

If it will works I'll need 3 licence (I don't say this to force yuo to help me... It's true!)

Posted: Mon Sep 08, 2008 6:46 am
by xnview
I use nconvert on a server with php, and no problem.
Do you have tried chmod 777 nconvert?
On a console, you can start nconvert?

Posted: Tue Sep 09, 2008 9:57 am
by supermix
Yes I have tried chmod 777 for nconvert

I have tried nconvert for linux on a console but It says me I haven't some libraries ... I don't know how run a console in the server, moreover is a condivided server!

Posted: Tue Sep 09, 2008 1:13 pm
by xnview
supermix wrote:Yes I have tried chmod 777 for nconvert

I have tried nconvert for linux on a console but It says me I haven't some libraries ...
What is printed on console? Which linux do you have?

Re: NConvert on Apache Linux server

Posted: Mon Jan 23, 2012 1:10 pm
by cyrille42
Hello and sorry for my bad english.

I have a question related to this post.

I have put the nconvert in the cgi-bin folder.

I have some difficulties to use it can you give me an exemple for use it in php.

Thanks a lot

Re: NConvert on Apache Linux server

Posted: Mon Jan 23, 2012 3:43 pm
by xnview
system($command, $ret);

and $command is something like "/cgi-bin/nconvert ......"

Re: NConvert on Apache Linux server

Posted: Mon Jan 23, 2012 3:53 pm
by cyrille42
I try but nothing append.

May i should put another files or something else in cgi-bin folder?

I also try with a server install and result is the same.

Maybe my server is not compatible.
My server : Gentoo Linux

Thanks for your answer.

Re: NConvert on Apache Linux server

Posted: Tue Jan 24, 2012 5:13 am
by xnview
cyrille42 wrote: May i should put another files or something else in cgi-bin folder?
no, do you have tried nconvert > log?

Re: NConvert on Apache Linux server

Posted: Tue Jan 24, 2012 7:12 am
by cyrille42
I just try on my page in php i have value 139 displaying.

And on my server with a shell i have the following error : /bin/bash: line 1: 31806 Segmentation fault ./nconvert > log.

Re: NConvert on Apache Linux server

Posted: Tue Jan 24, 2012 9:15 am
by xnview
Which version of Gentoo? 64Bits?