Binaries required: imagemaick, Ffmpeg, Dcraw..
cnmuranjan
Joined: 2005-05-17
Posts: 39 |
Posted: Fri, 2005-05-20 09: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): |
|
Posts: 32509
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.
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)...
ok..
regards,
-- Chinmay
Posts: 32509
exactly.
ps: leaving out the vowels doesn't make it easier to read your posts.
Posts: 39
Is there any other way to access my web-server through command-prompt like telnet ?
otherwise, no option....
regards,
-- Chinmay --
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.
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
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.
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.
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
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
Posts: 32509
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.
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
Posts: 8601
<?php system('put your command here'); ?>