Questions tagged [suse]

SUSE is a commercial Linux distribution. OpenSUSE is the open-source variant. SUSE Linux Enterprise Server(SLES) is the enterprise variant.

SUSE Linux is a computer operating system. It is built on top of the open source Linux kernel and is distributed with system and application software from other open source projects. The first version appeared in early 1994, making SUSE one of the oldest existing commercial distributions. It is known for its YaST configuration tool.

Official Site: https://www.suse.com/

519 questions
3
votes
5 answers

Building log4cxx with APR

I need to build the log4cxx library on a SuSE linux system where I am not root. The package manager, zypper, apparently does not know about log4cxx. I download log4cxx and try to build with autotools ./configure checking for APR... no configure:…
clstaudt
  • 21,436
  • 45
  • 156
  • 239
2
votes
0 answers

Installing Google Earth Enterprise - "Error While Loading Shared Libraries: Libcap.so.1" Can Not Open Shared Object File: No Such File or Directory"

Hello stack overflow!!! I'm installing Google Earth Enterprise on a Suse 11.1 Linux machine. I have installed GEEFusion and GEESever, and both installs worked correctly, in theory. (In fact, when I do a command line run of server it starts up…
2
votes
1 answer

Shared Library behavior in 32 bits and 64 bits with Java 1.4 and Suse 9

First of all, this may come as a very noob question to all of you. But as they say, if you don't ask, How do you learn? So, here's the thing: We've developed this .JAR file to work under Java 1.4, and installed in SUSE 9 Enterprise Server. We have…
Cristina G.
  • 21
  • 1
  • 4
2
votes
2 answers

Trying to install Pear on SUSE

I've been trying for hours and googling everywhere to no avail to get Pear installed on a SUSE linux server, I'm stuck at the error: ALERT - script tried to disable memory_limit by setting it to a negative value -1 bytes which is not allowed…
loco_nick
  • 23
  • 3
2
votes
0 answers

Arkeia in SuSE LINUX restore with commandline

Could anyone here tell my why my arkeia restore command do not work? arkc -restore -start -D file=si105:/Fastora/Moeller from=si105:/Fastora to=localhost:/home/ws -drvname=LTO I always get the ERROR [200] which means by doing arkc -usage -debug…
Walter Schrabmair
  • 1,251
  • 2
  • 13
  • 26
2
votes
3 answers

How can I know system boot time on SLES11 systems?

I am trying to calculate time taken by reboot on SUSE linux systems (SLES11 and SLES12 systems) as follows: reboot_time = end_time - start_time where start_time is "time at which reboot command is triggered" end_time is "time at which…
Pranav
  • 1,653
  • 2
  • 11
  • 9
2
votes
1 answer

Java symbol lookup error: /usr/lib64/jvm/java-11-openjdk-11/lib/libnio.so: undefined symbol: initInetAddressIDs

I am using openjdk-11 in a suse linux server. When I try to run my cpp build with -64bit flag I am getting this error: Java symbol lookup error: /usr/lib64/jvm/java-11-openjdk-11/lib/libnio.so: undefined symbol: initInetAddressIDs Here is my ldd…
Muzik
  • 33
  • 1
  • 1
  • 6
2
votes
1 answer

Is it possible to install docker-compose in sles 12?

I want to install docker-compose in my SUSE Linux enterprise 12 system. I found the correct package repository for docker service. sudo zypper ar -t…
Kepa Santos
  • 557
  • 7
  • 21
2
votes
1 answer

Configure SQL Server drivers on IBM power 9

MSODBCSQL driver is not being able to installed since it is IBM Power 9 server. /home/msodbcsql-11.0.2260.0 # ./install.sh verify Microsoft ODBC Driver 11 for SQL Server Installation Script Copyright Microsoft Corp. Starting install for…
محمد خليل
  • 137
  • 1
  • 5
  • 13
2
votes
1 answer

How do I resolve, browser disconnected error running testcafe test1.js on firefox:headless with SUSE

Setting up testcafe on a new version of SUSE OS. Running the testcafe getting started a test on SUSE using firefox:headless I get a long pause then the error : testcafe firefox:headless test1.js --reporter=xunit "ERROR The Firefox 66.0.0 / Linux…
Cuffy
  • 31
  • 6
2
votes
0 answers

Manage repo size by removing obsolete package versions

We have a custom Suse Linux Enterprise repository, that we want to ship to customers in the future. In there right now are a lot of different versions of the same packages, some obsolete and some needed as a dependency for other packages, so the…
lstognu
  • 21
  • 2
2
votes
1 answer

Only limited mqtt clients connect to IBM MQ broker

I am trying to build a push notification service using MQTT protocol (V3.1) and IBM MQ (8.0.0.0) broker running on suse linux, however, I faced with a problem. I wrote a simple java program to test concurrent connections number in IBM MQ. It simply…
khesam109
  • 510
  • 9
  • 16
2
votes
1 answer

Copy existing jenkins configuration to a new jenkins

I'm new to Jenkins and havnig trouble with some basic tasks. I have a configured Jenkins on my Linux SUSE VM with several installed plugins and important jobs. I'd like to make a new VM(also SUSE) with another Jenkins on it with the same…
KatKibo
  • 133
  • 2
  • 9
2
votes
2 answers

SLES 12: Client service neither service nor target?

I am using SLES 12 VM where I have installed an rpm. While installing rpm I get the following Note hostname:~ # rpm -ivh BESAgent-9.5.8.38-sle11.x86_64.rpm Preparing... ################################# [100%] Updating /…
codec
  • 7,978
  • 26
  • 71
  • 127
2
votes
0 answers

ERROR: could not load library libperl.so, PostgreSQL trying to CREATE EXTENSION plperlu

I want to use the perl language in a postgres function. I am attempting to: CREATE EXTENSION plperlu ...via pgAdmin 4 connected to postgres 10 and I get this error: ERROR: could not load library "/var/lib/pgsql10/lib/postgresql/plperl.so":…
mountainclimber11
  • 1,339
  • 1
  • 28
  • 51