Binaries required: imagemaick, Ffmpeg, Dcraw..
cnmuranjan
![]()
Joined: 2005-05-17
Posts: 39 |
![]() |
Hello ! regards, -- Chinmay 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 |
![]() |
see: for ffmpeg, dcraw please google. i couldn't find pre-compiled binaries for those two for my freebsd based isp box. |
|
cnmuranjan
![]()
Joined: 2005-05-17
Posts: 39 |
![]() |
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)... regards, -- Chinmay |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
exactly. |
|
cnmuranjan
![]()
Joined: 2005-05-17
Posts: 39 |
![]() |
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 |
![]() |
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
![]()
Joined: 2005-05-17
Posts: 39 |
![]() |
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 |
![]() |
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. |
|
cnmuranjan
![]()
Joined: 2005-05-17
Posts: 39 |
![]() |
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..) ? regards, -- Chinmay |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
to some degree yes. never tried to compile through php. |
|
cnmuranjan
![]()
Joined: 2005-05-17
Posts: 39 |
![]() |
Is it possible for u to post the script containing PHP-functions? (if not, I'll wait, till my administrator returns) regards, -- Chinmay |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
<?php system('put your command here'); ?> |
|