- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ksendmail installation error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 04:29 AM
01-10-2003 04:29 AM
ksendmail installation error
I am trying to install ksendmail, a software for sendmail administration.Here is my problem..
I have installed necessary compilers ..
I am using KDE as my Desktop .. No GNome installed...
This is the o/p ...
[root@SHANMU ksendmail-0.7]# ./configure
loading cache ./config.cache
checking for a C-Compiler...
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -E
checking for a C++-Compiler...
checking for g++... g++
checking whether the C++ compiler (g++ -s) works... yes
checking whether the C++ compiler (g++ -s) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking whether NLS is requested... yes
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
checking how to run the C++ preprocessor... g++ -E
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
[root@SHANMU ksendmail-0.7]#
It gives the error Cant find X includes.. What the problem could be .. please guide me..
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 04:34 AM
01-10-2003 04:34 AM
Re: ksendmail installation error
I am using RedHat 8.0
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 06:48 AM
01-15-2003 06:48 AM
Re: ksendmail installation error
Is your DISPLAY variable set?
I've seen this before, though and it was a bad path in an environment variable. Validate the envronment, look at the install script and see what environment variables it uses.
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 02:22 PM
01-15-2003 02:22 PM
Re: ksendmail installation error
See if you have the package XFree86-devel installed (rpm -q XFree86-devel).
This package includes a large number of files in /usr/X11R6/include/, all of the X include files.
If you don't, I'd suggest installing that package, along with the 'Xaw3d-devel' package, and possibly the 'Xft-devel' one too. This should cover all of your core X development needs.
Beyond that, you might want to look at the KDE development packages.. I'm picking that's wehre your next error lies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 02:22 PM
01-15-2003 02:22 PM
Re: ksendmail installation error
See if you have the package XFree86-devel installed (rpm -q XFree86-devel).
This package includes a large number of files in /usr/X11R6/include/, all of the X include files.
If you don't, I'd suggest installing that package, along with the 'Xaw3d-devel' package, and possibly the 'Xft-devel' one too. This should cover all of your core X development needs.
Beyond that, you might want to look at the KDE development packages.. I'm picking that's wehre your next error lyes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 02:23 PM
01-15-2003 02:23 PM
Re: ksendmail installation error
*mumbles* dumb bloody browser *mumbles*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 09:03 PM
01-15-2003 09:03 PM
Re: ksendmail installation error
it means you are missing *.h header file under /usr/X11R6/include/ directory.
Install XFree86-Devel package for getting all the required X header files.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 11:04 PM
01-15-2003 11:04 PM
Re: ksendmail installation error
if not install the X related RPMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 05:17 AM
01-16-2003 05:17 AM
Re: ksendmail installation error
Thanks for your Kind reply...
Ill get back to you in a day or two..
Regards,
Rajendran.