Discussion:
[Apcupsd-users] ./configure fault
Oswalt, Ed (GE Healthcare)
2017-06-29 19:04:36 UTC
Permalink
Trying to configure apc (apcupsd-3.14.14.tar.gz) download from http://www.apcupsd.org/#.

./configure fails to determine the operating system type: SuSE Version 11.

SuSE is stated to be fully supported; no specific configuration needs.

The compressed tarball is purported to be 'source'. Following the 'Installation from Source' directions...

cd apcupsd-3.14.14

[cid:***@01D2F0E0.A240C520]

./configure

[cid:***@01D2F0E0.A240C520]


1. I know the compiler exists; I used it to install a different package yesterday.
[cid:***@01D2F0E0.A240C520]



Any suggestions?


Ed Oswalt
Sr. Advance Manufacturing Test Equipment Engineer
GE Healthcare
***@med.ge.com<mailto:***@med.ge.com>
262-312-7077
Timothe Litt
2017-07-05 20:24:35 UTC
Permalink
Post by Oswalt, Ed (GE Healthcare)
Any suggestions?
Don't worry about the "linux unknown".

You are expecting to use gnu compilers, gcc.

apcupsd is looking for C++

"which g++" would be a better test than "which gcc".

configure reported that it's not installed. It's probably right (or
not on your PATH).

c++ may be separate package for SuSE - I'm not a user.

Timothe Litt
ACM Distinguished Engineer
--------------------------
This communication may not represent the ACM or my employer's views,
if any, on the matters discussed.
Post by Oswalt, Ed (GE Healthcare)
Trying to configure apc (apcupsd-3.14.14.tar.gz) download from
http://www.apcupsd.org/#.
./configure fails to determine the operating system type: SuSE Version 11.
SuSE is stated to be fully supported; no specific configuration needs.
The compressed tarball is purported to be ‘source’. Following the
‘Installation from Source’ directions…
cd apcupsd-3.14.14
./configure
1. I know the compiler exists; I used it to install a different
package yesterday.
Any suggestions?
Ed Oswalt
Sr. Advance Manufacturing Test Equipment Engineer
GE Healthcare
262-312-7077
Manfred Schwarb
2017-07-05 20:53:44 UTC
Permalink
Post by Oswalt, Ed (GE Healthcare)
Trying to configure apc (apcupsd-3.14.14.tar.gz) download from http://www.apcupsd.org/#.
./configure fails to determine the operating system type: SuSE Version 11.
You will find prepared binaries for SLE 11 at
https://software.opensuse.org/package/apcupsd

You are just one click away from your happiness.

Cheers,
Manfred
Post by Oswalt, Ed (GE Healthcare)
SuSE is stated to be fully supported; no specific configuration needs.
The compressed tarball is purported to be 'source'. Following the 'Installation from Source' directions...
cd apcupsd-3.14.14
./configure
1. I know the compiler exists; I used it to install a different package yesterday.
Any suggestions?
Ed Oswalt
Sr. Advance Manufacturing Test Equipment Engineer
GE Healthcare
262-312-7077
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Apcupsd-users mailing list
https://lists.sourceforge.net/lists/listinfo/apcupsd-users
Ted Mittelstaedt
2017-07-06 07:42:53 UTC
Permalink
Ed, have you compiled other packages successfully? Something isn't
setup right in your development environment.

Ted
Post by Oswalt, Ed (GE Healthcare)
Trying to configure apc (apcupsd-3.14.14.tar.gz) download from
http://www.apcupsd.org/#.
./configure fails to determine the operating system type: SuSE Version 11.
SuSE is stated to be fully supported; no specific configuration needs.
The compressed tarball is purported to be ‘source’. Following the
‘Installation from Source’ directions…
cd apcupsd-3.14.14
./configure
1. I know the compiler exists; I used it to install a different package
yesterday.
Any suggestions?
Ed Oswalt
Sr. Advance Manufacturing Test Equipment Engineer
GE Healthcare
262-312-7077
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Apcupsd-users mailing list
https://lists.sourceforge.net/lists/listinfo/apcupsd-users
Loading...