LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ./cnfigure....installation (https://www.linuxquestions.org/questions/linux-newbie-8/cnfigure-installation-890167/)

praveen_patil 07-06-2011 03:16 AM

./cnfigure....installation
 
thank you for solving problem

now i have installed libqt3-mt-dev

this error is solve but new error is comming this is followingly i didn't understand
------------->
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

please tell me how this solve problem

knudfl 07-06-2011 03:20 AM

Welcome to LQ.

The package name is "libqt3-mt-dev" : sudo apt-get install libqt3-mt-dev

praveen_patil 07-06-2011 09:56 PM

Quote:

Originally Posted by praveen_patil (Post 4406512)
thank you for solving problem

now i have installed libqt3-mt-dev
i m using kubuntu 11.4

this error is solve but new error is comming this is followingly i didn't understand
------------->
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

please tell me how this solve problem

--------------------------------------------------------------------

phaemon 07-07-2011 07:26 AM

You need the KDE headers. Headers are in the -dev packages. I think you want:

sudo apt-get install kdelibs-dev

praveen_patil 07-07-2011 06:52 PM

thank you for given suggestion
i m trying to install cet_automated_attendance-0.1 System on my system
i have installed kdelibs-dev
i m using kubuntu 11.04
but it is not completed configure it is give following error ->>>>>>>>

checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... not found
configure: error: The important program mcopidl was not found!
Please check whether you installed aRts correctly.

so how can i solve this please help me...........


regards................

Tinkster 07-07-2011 07:07 PM

Instead of asking for each individual failed package, why
don't you tell us WHAT you're trying to install, and why you're
compiling from source?

knudfl 07-08-2011 01:04 AM

Seems that the OP now has edited #5 :
The application is → cet_automated_attendance-0.1
http://sourceforge.jp/projects/sfnet_aas/

It's an old KDE3 application, time stamp 2005 :
kde3* is required : 'kdelibs4-dev'

praveen_patil 08-05-2011 01:31 AM

perl
 
i m trying executing perl code on my ubuntu 11.04
the code is as follow

-------------------------
#!/usr/bin/perl
print"hello !\n";


-------------------
and then give this command in terminal
#perl hello.pl
./hello.pl

it gives following error
->./hello.pl: Permission denied

how should i run perl script in linux

praveen_patil 08-05-2011 01:40 AM

my problem is solved thank you


All times are GMT -5. The time now is 01:35 AM.