Search:

Type: Posts; User: isaac; Keyword(s):

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    5,689

    Re: unable to use imagecreate() php command

    i'm very eager to use image drawing command in php but it seems that the apt-get php4 did not get the gd enable...

    it seems like i need to enable it by adding "--with-gd" in the configure...
  2. Replies
    4
    Views
    5,689

    unable to use imagecreate() php command

    i have installed apache2 and php4-dev package.. the php seems to be working just that i can't use the image function to create image or even load image... what's the mistake... i visited php.net ......
  3. Replies
    9
    Views
    2,892

    Re: making a daemon process out of program

    i have try to make a daemon source code .. but it seems to be not working at all..

    it seems like fork wasn't running?

    below are the code:

    #include <sys/types.h>
    #include <sys/stat.h>...
  4. Replies
    9
    Views
    2,892

    Re: making a daemon process out of program

    i have remove the script by update-rc.d -f myscript remove in level 3 ... i some how manage to get there during the 2nd boot which ubuntu asked about debuging option.. phew .. that was close man...
    ...
  5. Replies
    9
    Views
    2,892

    Re: making a daemon process out of program

    trouble after it install that script my ubuntu boot up in level to is stuck...

    it keeps now running my program which is a looping program.. i intend to run it at the backgroung using child process...
  6. Replies
    9
    Views
    2,892

    Re: making a daemon process out of program

    i have try to run
    sudo update-rc.d myscript start 80 2 3 4 5 . stop 20 0 1 6 .

    but the problem still the same ... my program run as normal but when i reaches the saving files part it always...
  7. Replies
    9
    Views
    2,892

    Re: making a daemon process out of program

    i get what you mean say.. and the files works wonderful... i just have some problem..

    my program suppost to save some jpeg files ... but it can't be done.. there's nothing wrong with the program i...
  8. Replies
    9
    Views
    2,892

    making a daemon process out of program

    HI,

    I having problem making a initial startup program at in ubuntu. I have refer to the documentation on wiki's UbuntuBootHowto in making a custom program runs in background during startup but......
  9. Replies
    0
    Views
    947

    How to compile older version of kernel?

    Can some one teach me how to compile order version kernel (linux-2.4.20) because i needed it to make my webcam driver to work.. there's also some problem here which make me unable to complete it step...
  10. Replies
    4
    Views
    5,231

    Re: Compiling webcam drivers

    i have this kind of problem too ..

    I'm using logitech webcam express (Vendor ID 920)
    download a driver spca532-23-062004 from http://qce-ga.sourceforge.net/
    this driver work in Redhat Linux 9...
Results 1 to 10 of 10