Re: [SLE] Wireless Internet at public hotspots -- update
Download the libglademm-2.4 srpm file. This is the source code that will be used to create a set of rpm files to install libglademm.
As root, run the command rpmbuild --rebuild libglademm*.srpm
this will build the rpm files that you need. You may get a message about needing glibmm2, and if so, download that srpm file and follow these instructions to install them (just change the file name)then build libglademm. Those files will be found in /usr/src/packages/RPMS/i586.
cd to that directory and do rpm -Uhv libglademm* You should now be able to build wificonfig.
Clark
Still no luck. I installed those four files. When I run the above command, I get an error: "thinkpad:/usr/src/packages/RPMS/i586 # rpm -Uhv libglademm* error: File not found by glob: libglademm*" I get several errors, when running the rpmbuild command and still when I try to run configure for wificonfig, I get: "checking for libglademm-2.4 gtkmm-2.4 gthread-2.0 libxml-2.0... Package gtkmm-2.4 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtkmm-2.4.pc' to the PKG_CONFIG_PATH environment variable Package 'gtkmm-2.4', required by 'libglademm', not found configure: error: Library requirements (libglademm-2.4 gtkmm-2.4 gthread-2.0 libxml-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them."
participants (1)
-
James Knott