opensuse

`dotnet new command` in openSuse causes `No usable version of the libssl was found` error

末鹿安然 提交于 2019-12-11 05:13:40
问题 I'm trying to develop .NET Core in openSuse. I did install the SDK and everything in tutorials. Now, when I try to run dotnet new console command, I get this error: No usable version of the libssl was found Aborted (core dumped) I found this answer: (.NET Core 2.1 SDK Linux x64 No usable version of the libssl was found), but didn't get what should I do to solve problem. They seems are deep-linuxer (which I'm not, I'm just trying to learn linux). Have any idea how to run the command? UPDATE:

error: 'uint8_t' has not been declared

被刻印的时光 ゝ 提交于 2019-12-11 02:14:53
问题 This question was migrated from Super User because it can be answered on Stack Overflow. Migrated 9 years ago . I'm trying to use an xbox360 controller as a joystick in openSUSE 11.2. When attempting to compile xboxdrv (http://pingus.seul.org/~grumbel/xboxdrv/) I get the following errors: g++ -o src/xbox_controller.o -c -g -O2 -Wall -ansi -pedantic src/xbox_controller.cpp In file included from src/xbox_controller.hpp:23, from src/xbox_controller.cpp:24: src/xbox_generic_controller.hpp:30:

git receive-pack stops with 0000

ぐ巨炮叔叔 提交于 2019-12-11 01:59:01
问题 I'm very new to git and currently trie to setup an environment with gitolite and trac on opensuse. I managed to migrate an old svn repository with the scripts from http://john.albin.net/git/git-svn-migrate. Now I'm stuck with the trac/git-integration since the git-receive-pack command doesn't behave as expected. When performing the below command, it hangs after printing 0000 and I got to press CTRL+C to return. $ git-receive-pack . 0072c0b863c86da4bb75caa8cb5b6cd46604096b84e9 refs/heads

Numpy multiarray.so: undefined symbol: cblas_sgemm

前提是你 提交于 2019-12-10 15:55:17
问题 I'm trying to install numpy==1.10.2 , scipy and matplotlib on server based on opensuse . I've installed numpy in virtualenv from source (I've tried by pip also - same result of course). Now when I'm trying to import numpy in python console I'm receiving following error: ImportError: /home/user/.virtualenvs/project/lib/python2.7/site-packages/numpy/core/multiarray.so: undefined symbol: cblas_sgemm Note: I'm not superuser on this server. Edit: ldd /home/user/.virtualenvs/project/lib/python2.7

pdo_oci make does not work

[亡魂溺海] 提交于 2019-12-10 14:49:25
问题 Recently I updated my opensuse 12.3 to the newer 13.1 Unfortunately, I'm not able to compile the pdo_oci.so needed. Using this guide, y could compile the extnention on 12.3: http://forums.opensuse.org/english/other-forums/development/programming-scripting/418966-installing-pdo_oci-php.html But unfortunately on the actual version i'm struggling to find a solution. At the moment i'm trying to execute the make, but y get the following error: /home/temp/PDO_OCI-1.0/pdo_oci.c:34:1: error: unknown

WWW::Mechanize::Firefox - installation-troubles on OpenSuse-Linux version 12.1

血红的双手。 提交于 2019-12-08 14:11:09
问题 good day dear fellow perl-programmers. i have serious install-troubles with WWW::Mechanize::Firefox on OpenSuse 12.1 (which is a linux system that is used here in Europe): see the issues that i noticed in the command-line: cpan shell -- CPAN exploration and modules installation (v1.960001) Enter 'h' for help. cpan[1]> install WWW::Mechanize::Firefox; Fetching with HTTP::Tiny: http://artfiles.org/cpan.org/authors/01mailrc.txt.gz Going to read '/root/.cpan/sources/authors/01mailrc.txt.gz' .....

Why am I getting a high address when I use kmalloc with GFP_DMA in Linux?

二次信任 提交于 2019-12-07 15:37:40
问题 I am writing a device driver for a DMA device in Linux. In Linux Device Drivers, Chapter 15, it says: For devices with this kind of limitation, memory should be allocated from the DMA zone by adding the GFP_DMA flag to the kmalloc or get_free_pages call. When this flag is present, only memory that can be addressed with 24 bits is allocated. Alternatively, you can use the generic DMA layer (which we discuss shortly) to allocate buffers that work around your device’s limitations I am calling

Docker在opensuse leap15.0安装手册(HappyBKs特供白白)

强颜欢笑 提交于 2019-12-06 17:59:45
作为一个opensuse的坚定fans,在此对docker官方文档未把opensuse及SLE平台的安装纳入文档,表示强烈不满。本文随手写了个简明手稿,供热爱opensuse的小朋友们参考。 对于连docker官网的网速我不想喷了,大家都懂。这里老老实实给出阿里云的。 拿来主义者直接复制即可,顺便把阿里云的packman一起给出,方便大家。 安装步骤如下: linux-famw:/home/neil # zypper addrepo -f http://mirrors.aliyun.com/opensuse/update/leap/15.0/oss/ openSUSE-15.0-Update-Oss 正在添加软件源 'openSUSE-15.0-Update-Oss' .............................................................................................................................................[完毕] 成功添加了软件源 'openSUSE-15.0-Update-Oss' URI : http://mirrors.aliyun.com/opensuse/update/leap/15.0/oss/ 已启用 : 是 GPG 检查 :

Opensuse中如何安装Mplayer播放器

给你一囗甜甜゛ 提交于 2019-12-06 16:09:12
Mplayer是很强大的开源的播放器,适合linux 平台,Windows平台,甚至支持 mac osx 访问 http://www.mplayerhq.hu/design7/dload.html 可以获得安装文件。 官方推荐自行编译以获得较佳的性能体验。本文档讲述在suse下编译Mplayer,可能(不保证)适合其他发行版。 文档:muskycn 官网提供了详细的文档,包括安装。 “For a complete MPlayer installation you will need sources, a set of binary codecs, and a skin if you want a graphical user interface. ”(来源官网)这一句话就就很明白的告诉我们需要做的事情大致有2·3个。 MPlayer-1.0rc2.tar.bz2 # 安装文件 essential-20071007.tar.bz2 # 解码库 如果需要图形界面还需要下载至少一个皮肤,才能驱动图形界面 ,比如 官方列表的第一个 Blue-1.7.tar.bz2 # 皮肤 “蓝”,你也可以选择其他皮肤 以上三个文件链接均为列表,不是直接文件,请根据自身需要,在下载页面上选择。 ++++++++++++++++++++++++++ script_sh1 ++++++++++++++++++

openSUSE13.1 搭建laravel 4平台

时间秒杀一切 提交于 2019-12-06 00:40:32
openSUSE就是一个死劲做配置!! 本来在UBUNTU下弄好的东西,又花了一个小时在Opensuse弄以便,生命就这样浪费了!! 开始 通过YaST安装apach2, php就不说了。弄一个composer下载laravel也不说了, 如同ubuntu。把检查出来的问题都一样安装解决。 这次例子是locolhost/icocora/public, 记得要把app/storges和子文件夹的权限设为a+w 然后可 以看到“ You have arrived. " 本来以为OK,结果自己写Route的时候,居然显示404, 记得要打开rewrite功能。发现apach2的目录结构和Ubuntu不!一!样! 坑爹! 网上查了下,要修改/etc/sysconfig/apache2, 在APACHE_MODLES的字符串里,按格式追加”rewirte“即可。 这没完!如果这个时候重启apache2,会得到403!!!原来,还需要修改/etc/apach2/default-service.conf。 设置<Directory "/srv/www/htdocs"></Directory>段里面的内容: 如下: Options FollowSymLinks AllowOverride All 参考: http://httpd.apache.org/docs-2.2/mod/core.html