LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-31-2003, 07:45 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
Installing Quickstarter problem


Hi folk,

RH9.0
=====

I encountered problem in installing oooqs-2.0.2 as follows;

untar oooqs-2.0.2.tar.gz
# cd /home/satimis/Download/Quickstart/oooqs-2.0.2
# ./configure
......
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

# make
make: *** No targets specified and no makefile found. Stop.

I tried several times with the same result.

Kindly advise how to check which dependencies needed and which packages have to be installed to render that dependenices

Thanks in advance.

B.R.
satimis
 
Old 10-31-2003, 02:21 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
You'll need to install the XFree86 devel package:
http://fr2.rpmfind.net/linux/rpm2htm...redhat-9&arch=
 
Old 10-31-2003, 08:57 PM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally posted by david_ross
You'll need to install the XFree86 devel package:
http://fr2.rpmfind.net/linux/rpm2htm...redhat-9&arch=
Hi,

Thanks for your advice.

I have following packages installed;

fontconfig-devel-2.1-9.i386.rpm
pcre-devel-3.9-10.i386.rpm
freetype-devel-2.1.3-6.i386.rpm
qt-devel-3.1.1-6.i386.rpm
kdelibs-devel-3.1-10.i386.rpm
XFree86-devel-4.3.0-2.i386.rpm

# ./configure
configure: WARNING: libjpeg not found.
disable JPEG support.
checking for Qt... configure: error: Qt (>=
Qt 3.0) (headers and libraries) not found.
Please check your installation!
For more details about this problem, look
at the end of config.log.

Hereinunder is end of cat
./Download/Quickstarter/oooqs-2.0.2/./config.log

xdg_appsdir=''
xdg_directorydir=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_CRYPT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_RES_INIT 1
#define HAVE_RES_INIT 1
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define KDELIBSUFF ""
#define PACKAGE "oooqs"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_CHAR_P 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_SIZE_T 4
#define SIZEOF_UNSIGNED_LONG 4
#define STDC_HEADERS 1
#define VERSION "2.0.2"
#define ksize_t socklen_t
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 1

Is it the error coming from "confdefs.h."? How to get it rectified.

Thanks

B.R.
satimis
 
Old 11-01-2003, 08:05 AM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
The output from configure shows the problem - you need to install the right version of qt and it is also recomending that you install libjpeg. Take a look on rpmfind to get the right packages.
 
Old 11-01-2003, 09:30 AM   #5
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally posted by david_ross
You'll need to install the XFree86 devel package:
http://fr2.rpmfind.net/linux/rpm2htm...redhat-9&arch=
Hi,

RH9.0
OpenOffice 1.1
oooqs-2.0.2
------------------

Thanks for your advice.

After having following packages installed

arts-devel-1.1-7.i386.rpm libjpeg-devel-6b-26.i386.rpm
fontconfig-devel-2.1-9.i386.rpm libpng-devel-1.2.2-16.i386.rpm
freetype-devel-2.1.3-6.i386.rpm pcre-devel-3.9-10.i386.rpm
kdelibs-devel-3.1-10.i386.rpm qt-devel-3.1.1-6.i386.rpm
libart_lgpl-devel-2.3.11-2.i386.rpm XFree86-devel-4.3.0-2.i386.rpm
libjpeg-6b-26.i386.rpm

I have successfully installed oooqs-2.0.2

$ /home/satimis/Download/Quickstarter/oooqs-2.0.2/src/oooqs

popup the 'Conflicting versions found' window with 2 options fir selection

OO1.0.2
OO1.1
(Remark: OO1.0.2 has been previously uninstalled with its own 'uninstallation' program. I have no idea why it is still there)

Selected OO1.1 to proceed. It began to start OOo. Waiting for more than 15 min. OO never started.

Closed the Konsole window and repeated the step. But this time 'oooqs' could not work

$ /home/satimis/Download/Quickstarter/oooqs-2.0.2/src/oooqs
$
returned to command prompt. The executable 'ooops' never worked again

KStart -> Office -> OO write
still started the program

Reboot and Shutdown could not solve this problem

Quickstarter could not start now

B.R.
satimis
 
Old 11-01-2003, 09:41 AM   #6
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Are you sure it hasn't worked - after running ooops. See if it is running with:
ps -ef | grep ooops
 
Old 11-01-2003, 06:03 PM   #7
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally posted by david_ross
Are you sure it hasn't worked - after running ooops. See if it is running with:
ps -ef | grep ooops
Hi,

$ ps -ef | grep ooops
satimis 2850 2822 0 08:00 pts/2 00:00:00 grep ooops

ooops worked only once
$ /home/satimis/Download/Quickstarter/oooqs-2.0.2/src/oooqs

popup the 'Conflicting versions found' window with 2 options

OO1.0.2
OO1.1
(Remark: OO1.0.2 has been previously uninstalled with it own 'uninstallation' program. Have no idea why it is still there)

Selected OO1.1 to proceed. It began to start OOo. Waiting for more than 15 min. OO never started.

Closed the Konsole window and repeated the step. But this time 'oooqs' could not work
$ /home/satimis/Download/Quickstarter/oooqs-2.0.2/src/oooqs
$
returned to command prompt. The executable 'ooops' never worked again

KStart -> Office -> OO write
still started the program

Reboot and Shutdown could not solve this problem

Another point is why ooops install on
/home/satimis/Download/Quickstarter/oooqs-2.0.2/src/oooqs

I could not find 'ooops' with locate/which commands even after 'updatedb'

B.R.
satimis
 
Old 11-01-2003, 06:06 PM   #8
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
So do you now mean that the ooops is no longer on the system?
 
Old 11-02-2003, 09:01 PM   #9
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally posted by david_ross
So do you now mean that the ooops is no longer on the system?
Hi,

No, oooqs 2.0.2 is still running on the system. But it could not be detected even after updatedb nor started

# /home/satimis/Download/Quickstarter/oooqs-2.0.2/src/oooqs
#

# find -name oooqs
# which oooqs
/usr/bin/which: no oooqs in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/root/bin)

I can't understand why oooqs was installed on
/home/satimis/Download/Quickstarter/oooqs-2.0.2/

This is not my first time to install a package from tarball. It never happened before.

Thanks

B.R.
satimis
 
Old 11-03-2003, 01:10 PM   #10
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
That is probably where you asked it to be installed or it is the default location set during the configure.
This will not necesrli search your whole system;
find -name oooqs

Try:
find / -name oooqs
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenOffice Quickstarter objorkum Linux - Software 2 06-16-2005 01:16 PM
Kde's Quickstarter alaios Linux - Software 0 10-06-2004 04:10 PM
OpenOffice Quickstarter thom Slackware 3 01-06-2004 11:20 AM
quickstarter for OpenOffice haamann Linux - Software 1 10-17-2003 07:03 AM
Gnome OpenOffice quickstarter haamann Linux - Software 0 10-07-2003 03:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration