Binaries required: imagemaick, Ffmpeg, Dcraw..

cnmuranjan
cnmuranjan's picture

Joined: 2005-05-17
Posts: 39
Posted: Fri, 2005-05-20 09:39

Hello !
Is there any pre-compiled binaries of ImageMagick, Ffmpeg, Dcraw are available for my web-server configuration..
I dont have any root-access...

regards,

-- Chinmay
----

Gallery URL (optional): http://cmttd.u24.1stophosting.biz/chinmay2/html/modules/gallery2

Gallery version: 2.0 beta 3

Webserver (with version): Apache/1.3.33 Server (Unix)

Datatabase (with version): mysql

PHP version (eg 4.2.1): 4.3.10

phpinfo URL (optional): http://cmttd.u24.1stophosting.biz/chinmay2/phpinfo.php

Graphics Toolkit(s): netpbm,GD

Operating system: Linux (i686) 2.4.21-15.EL

Web browser/version: IE 6 SP2

G1 version (for migration bugs):

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2005-05-20 11:52

see:
http://codex.gallery2.org/index.php/Installing_an_Image_Processing_Library

for ffmpeg, dcraw please google. i couldn't find pre-compiled binaries for those two for my freebsd based isp box.

 
cnmuranjan
cnmuranjan's picture

Joined: 2005-05-17
Posts: 39
Posted: Fri, 2005-05-20 20:35

hmmm..

Google didnt help me too much...

It seems that I hv to manually compile source files to obtain binaries that matches with my server and os requrements...

for tht I hv to find someone hu has Linux (gr8 work to do)...
ok..

regards,

-- Chinmay

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2005-05-20 20:39

exactly.
ps: leaving out the vowels doesn't make it easier to read your posts.

 
cnmuranjan
cnmuranjan's picture

Joined: 2005-05-17
Posts: 39
Posted: Sat, 2005-05-21 20:30

Is there any other way to access my web-server through command-prompt like telnet ?

otherwise, no option....

regards,

-- Chinmay --

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2005-05-21 20:43

either you have telnet or ssh or not. the less you pay for your webhosting, the higher the probability that you don't have telnet or ssh access.

most of us can't just compile things on the shared webhosting server, it's as simple as that.

 
cnmuranjan
cnmuranjan's picture

Joined: 2005-05-17
Posts: 39
Posted: Sat, 2005-05-21 21:20

ya..thats true...

But can I compile such source of files on another Linux (RedHat, in my case) system to obtain binaries ?

Does my web-OS compatible with such binaries (pre-compiled on redhat linux), so that I can use them for G2b3 ?

Is there any soft. for windows that can compile such source files (or RPMs) to compatible Linux OS ?

regards,

-- Chinmay

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2005-05-21 21:25

if you compile it on another box, either you need a crosscompiler or it needs to be the exact same os and architecture. and you need to compile it statically.
please use google for further investigations. compiling is a large topic and there are enough G2 specific topics in the forum to keep us busy, we don't need other topics.

 
cnmuranjan
cnmuranjan's picture

Joined: 2005-05-17
Posts: 39
Posted: Tue, 2005-05-24 16:24

Hello !

I got this idea when I saw 'exec' function in ur forum...

Is it possible to install ImageMagick, Ffmpeg, Dcraw using PHP functions? I mean web-based installation ? :)

To install such files, we have to execute commands like

Quote:
./configure, make, make install etc..

So is it possible to write these commands in PHP using PHP-functions (like; exec, system, shell_exec, etc..) ?
Actually I ddnt know how to write these commands in these PHP-functions, and I search google (and also php.net) but as usual, it ddnt help as much as desired...

regards,

-- Chinmay

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Tue, 2005-05-24 16:29

to some degree yes. never tried to compile through php.
it's certainly not in the sense of your webhost.
go, talk to them. perhaps they'll add the binaries you need.

 
cnmuranjan
cnmuranjan's picture

Joined: 2005-05-17
Posts: 39
Posted: Tue, 2005-05-24 16:35

Is it possible for u to post the script containing PHP-functions? (if not, I'll wait, till my administrator returns)

regards,

-- Chinmay

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Tue, 2005-05-24 16:40

<?php system('put your command here'); ?>