Go Back   The UNIX and Linux Forums > Special Forums > Web Programming, Web 2.0 and Mashups
google site



Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics.

Closed Thread
English Japanese Spanish French German Portuguese Italian Powered by Powered by Google
 
Search this Thread
  #1  
Old 12-29-2009
skg skg is offline
Registered User
 

Join Date: Oct 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Fatal Error: Call to undefined function imagefilter()

I am using PHP5 in ubuntu 9.10.
First I installed PHP and GD as separate package. I tried doing manipulation with images using php image function. When I try using the function imagefilter(), it was not worked and got the solution that need to compile the PHP with the bundled version of GD. So that I have downloaded php5 source and compiled with GD and installed that deb package. Just I did the following steps,
Quote:
#apt-get install build-essential fakeroot dpkg-dev devscripts
#apt-get source php5
#apt-get build-dep php5
#dpkg-source -x php5_5.2.10.dfsg.1-2ubuntu6.3.dsc
#dpkg-buildpackage -rfakeroot
#dpkg -i php5-gd_5.2.10.dfsg.1-2ubuntu6.3_i386.deb
#/etc/init.d/apache2 restart
After doing all the above also, I am unable to use imagefilter() function in php.

Pls, help me to fix this issue
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
undefined reference to 'function' austinhsu Programming 1 05-13-2009 12:49 AM
diffrence between method call and function call in perl Zaxon Shell Programming and Scripting 4 03-30-2009 02:28 PM
undefined variable error yahyaaa Shell Programming and Scripting 4 09-07-2008 04:45 AM
undefined variable error c00kie88 Shell Programming and Scripting 4 05-20-2008 03:25 AM
undefined error amitrajvarma Shell Programming and Scripting 1 01-11-2008 06:32 AM



All times are GMT -4. The time now is 11:22 PM.