Не получается установить 32-х битные библиотеки

Arthur Don

Участник
Сообщения
1,696
Реакции
256
Ubuntu 13.10 64 bit
Пишу в консоль sudo apt-get install ia32-libs
Выдает это

PHP:
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Пакет ia32-libs недоступен, но упомянут в списке зависимостей другого пакета.
Это может означать, что пакет отсутствует, устарел, или доступен из источников, не упомянутых в sources.list
Однако следующие пакеты могут его заменить:
  lib32z1 lib32ncurses5 lib32bz2-1.0

E: Для пакета «ia32-libs» не найден кандидат на установку

Что я делаю не так?
 

SaInT.P

Участник
Сообщения
1,268
Реакции
226
artushonok, покажи свой sudo nano /etc/apt/sources.list
 

Arthur Don

Участник
Сообщения
1,696
Реакции
256
# deb cdrom:[Ubuntu 13.10 _Saucy Salamander_ - Release amd64 (20131016.1)]/ saucy main restricted
# deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release i386 (20121017.2)]/ quantal main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ru.archive.ubuntu.com/ubuntu/ saucy main restricted
deb-src http://ru.archive.ubuntu.com/ubuntu/ saucy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ru.archive.ubuntu.com/ubuntu/ saucy-updates main restricted
deb-src http://ru.archive.ubuntu.com/ubuntu/ saucy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ru.archive.ubuntu.com/ubuntu/ saucy universe
deb-src http://ru.archive.ubuntu.com/ubuntu/ saucy universe
deb http://ru.archive.ubuntu.com/ubuntu/ saucy-updates universe
deb-src http://ru.archive.ubuntu.com/ubuntu/ saucy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ru.archive.ubuntu.com/ubuntu/ saucy multiverse
deb-src http://ru.archive.ubuntu.com/ubuntu/ saucy multiverse
deb http://ru.archive.ubuntu.com/ubuntu/ saucy-updates multiverse
deb-src http://ru.archive.ubuntu.com/ubuntu/ saucy-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ru.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse
deb-src http://ru.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu saucy-security main restricted
deb-src http://security.ubuntu.com/ubuntu saucy-security main restricted
deb http://security.ubuntu.com/ubuntu saucy-security universe
deb-src http://security.ubuntu.com/ubuntu saucy-security universe
deb http://security.ubuntu.com/ubuntu saucy-security multiverse
deb-src http://security.ubuntu.com/ubuntu saucy-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu quantal partner
# deb-src http://archive.canonical.com/ubuntu quantal partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu saucy main
deb-src http://extras.ubuntu.com/ubuntu saucy main

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ua.archive.ubuntu.com/ubuntu/ saucy main restricted
deb-src http://ua.archive.ubuntu.com/ubuntu/ saucy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ua.archive.ubuntu.com/ubuntu/ saucy-updates main restricted
deb-src http://ua.archive.ubuntu.com/ubuntu/ saucy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ua.archive.ubuntu.com/ubuntu/ saucy universe
deb-src http://ua.archive.ubuntu.com/ubuntu/ saucy universe
deb http://ua.archive.ubuntu.com/ubuntu/ saucy-updates universe
deb-src http://ua.archive.ubuntu.com/ubuntu/ saucy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ua.archive.ubuntu.com/ubuntu/ saucy multiverse
deb-src http://ua.archive.ubuntu.com/ubuntu/ saucy multiverse
deb http://ua.archive.ubuntu.com/ubuntu/ saucy-updates multiverse
deb-src http://ua.archive.ubuntu.com/ubuntu/ saucy-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ua.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse
deb-src http://ua.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse


## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu saucy partner
# deb-src http://archive.canonical.com/ubuntu saucy partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
 

Petrovich

Участник
Сообщения
204
Реакции
49
Почему не попробовал:

C-подобный:
sudo apt-get install lib32z1
sudo apt-get install lib32ncurses5
sudo apt-get install lib32bz2-1.0
Все работает

 

Arthur Don

Участник
Сообщения
1,696
Реакции
256
Petrovich, sudo apt-get install lib32z1
спасибо тебе :)
 

Arthur Don

Участник
Сообщения
1,696
Реакции
256
Вот еще одна проблема возникла.
Есть сервера css, они все запускаются кроме одного
Вот что пишет в консоли

Console initialized.
Setting breakpad minidump AppID = 240
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Loaded 1335 VPK file hashes from /home/css/27020/cstrike/cstrike_pak.vpk for pur e server operation.
Loaded 1335 VPK file hashes from /home/css/27020/cstrike/cstrike_pak.vpk for pur e server operation.
Loaded 1218 VPK file hashes from /home/css/27020/hl2/hl2_textures.vpk for pure s erver operation.
Loaded 574 VPK file hashes from /home/css/27020/hl2/hl2_sound_vo_english.vpk for pure server operation.
Loaded 383 VPK file hashes from /home/css/27020/hl2/hl2_sound_misc.vpk for pure server operation.
Loaded 434 VPK file hashes from /home/css/27020/hl2/hl2_misc.vpk for pure server operation.
Loaded 5 VPK file hashes from /home/css/27020/platform/platform_misc.vpk for pur e server operation.
Game_srv.so loaded for "Counter-Strike: Source"
maxplayers set to 22
Unknown command "r_decal_cullsize"
maxplayers set to 23 (extra slot was added for SourceTV)
maxplayers set to 23 (extra slot was added for SourceTV)
WARNING: Port 27005 was unavailable - bound to port 27008 instead
Network: IP 0.0.0.0, mode MP, dedicated Yes, ports 27020 SV / 27008 CL
L 02/21/2014 - 18:56:15: -------- Mapchange to gg_4x_brd --------
L 02/21/2014 - 18:56:15: [GEOIP] GeoIP database info: GEO-106FREE 20131001 Build 1 Copyright (c) 2013 MaxMind Inc All Rights Reserved
[TS] Hooking round end events for game: cstrike
[VIP] Connecting to the DB...
L 02/21/2014 - 18:56:15: [afk_manager.smx] [AFK Manager] Log File: addons/source mod/logs/afkm_20140221.log
L 02/21/2014 - 18:56:15: [afk_manager.smx] [AFK Manager] Обнаружен мод Counter-S trike
SourceMod Anti-Cheat 0.8.5.0 has been successfully loaded.
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file server.cfg
Using map cycle file 'cfg/mapcycle.txt'.
Set motd from file 'cfg/motd.txt'
Set motd_text from file 'cfg/motd_text_default.txt'. ('cfg/motd_text.txt' was n ot found.)
[TS] Team Names: T CT - OnRoundEnd available: yes
[SourceComms] Loading configs/sourcebans/sourcebans.cfg config file
[SourceComms] Loading configs/sourcebans/sourcecomms.cfg config file
[SourceBans] Loading configs/sourcebans.cfg config file
L 02/21/2014 - 18:56:16: [cd_announcer.smx] Файл не найден buttons/blip1.wav
Recording SourceTV demo to auto-20140221-1856-gg_4x_brd.dem...
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.

И после этого ничего не происходит
 

Arthur Don

Участник
Сообщения
1,696
Реакции
256
Установил чистую OC ubuntu 64 бит, установил все 32-х битные библиотеки,но сервер ксго уходит в краш при запуске

[New LWP 14801]
[New LWP 14802]
[New LWP 14807]
[New LWP 14811]
[New LWP 14804]
[New LWP 14810]
[New LWP 14805]
[New LWP 14816]
To enable execution of this file add
add-auto-load-safe-path /lib/i386-linux-gnu/libthread_db-1.0.so
line to your configuration file "/home/css/.gdbinit".
To completely disable this security protection add
set auto-load safe-path /
line to your configuration file "/home/css/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
info "(gdb)Auto-loading safe path"
Core was generated by `./srcds_linux -game csgo -console +ip 0.0.0.0 -port 27021 -usercon +game_type 0'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0xec95bb89 in ?? ()
#0 0xec95bb89 in ?? ()
#1 0x0a7d3cd8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
eax 0x0 0
ecx 0x0 0
edx 0xec980300 -325582080
ebx 0x0 0
esp 0xffc593b0 0xffc593b0
ebp 0xae1cfd0 0xae1cfd0
esi 0xee1f0690 -299956592
edi 0xee1f06ac -299956564
eip 0xec95bb89 0xec95bb89
eflags 0x10246 [ PF ZF IF RF ]
cs 0x23 35
ss 0x2b 43
ds 0x2b 43
es 0x2b 43
fs 0x3 3
gs 0x63 99
From To Syms Read Shared Object Library
0xf76a9600 0xf76d770b Yes (*) /lib/i386-linux-gnu/libm.so.6
0xf76a3ad0 0xf76a496c Yes (*) /lib/i386-linux-gnu/libdl.so.2
0xf768a840 0xf76974a7 Yes (*) /lib/i386-linux-gnu/libpthread.so.0
0xf74f0434 0xf7621b82 Yes (*) /lib/i386-linux-gnu/libc.so.6
0xf7704864 0xf771c7b0 Yes (*) /lib/ld-linux.so.2
0xf7492828 0xf74aed30 Yes (*) /home/css/27021/bin/libtier0.so
0xf743ca60 0xf746685c Yes (*) /home/css/27021/bin/libvstdlib.so
0xf6f4eee0 0xf6fd5b08 Yes (*) /home/css/27021/bin/dedicated.so
0xf76efc68 0xf76f8c50 Yes (*) /home/css/27021/bin/libsteam_api.so
0xf6eac914 0xf6ef2c78 Yes /home/css/27021/bin/libstdc++.so.6
0xf6e52e04 0xf6e624b8 Yes /home/css/27021/bin/libgcc_s.so.1
0xf5fe1370 0xf63da3b0 Yes (*) /home/css/27021/bin/engine.so
0xf58a2380 0xf598136c Yes (*) /home/css/27021/bin/materialsystem.so
0xf533e268 0xf53f1e74 Yes (*) /home/css/27021/bin/studiorender.so
0xf514d700 0xf52a5ebc Yes (*) /home/css/27021/bin/vphysics.so
0xf5045fb0 0xf50c20d4 Yes (*) /home/css/27021/bin/datacache.so
0xf4f74d18 0xf4feb54c Yes (*) /home/css/27021/bin/vscript.so
0xf4f36b50 0xf4f4e470 Yes (*) /home/css/27021/bin/shaderapiempty.so
0xf390f0a0 0xf4502770 Yes (*) /home/css/steamcmd/linux32/steamclient.so
0xf38289b0 0xf382c0ca Yes (*) /lib/i386-linux-gnu/librt.so.1
0xf37e9f60 0xf380f200 Yes (*) /home/css/steamcmd/linux32/crashhandler.so
0xf351df80 0xf35729b4 Yes (*) /home/css/27021/csgo/bin/matchmaking_ds.so
0xf25af0c8 0xf2efa3ac Yes (*) /home/css/27021/csgo/bin/server.so
0xf228f5b8 0xf22bbc5c Yes (*) /home/css/27021/bin/soundemittersystem.so
0xf225e3b0 0xf2274acc Yes (*) /home/css/27021/bin/scenefilecache.so
0xef0b1010 0xef0b2cdc Yes (*) /home/css/27021/csgo/../csgo/addons/metamod/bin/server.so
0xef07e57c 0xef0a4f44 Yes (*) /home/css/27021/csgo/../csgo/addons/metamod/bin/metamod.2.csgo.so
0xf383ba10 0xf383c128 Yes (*) /home/css/27021/csgo/addons/sourcemod/bin/sourcemod_mm_i486.so
0xee0106b0 0xee17d6b8 Yes (*) /home/css/27021/csgo/addons/sourcemod/bin/sourcemod.2.csgo.so
0xee39c81c 0xee3e9690 Yes (*) /home/css/27021/csgo/addons/sourcemod/bin/sourcemod.logic.so
0xee3604dc 0xee380aa0 Yes (*) /home/css/27021/csgo/addons/sourcemod/bin/sourcepawn.jit.x86.so
0xf38341cc 0xf3836cf0 Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/updater.ext.so
0xee32c6e0 0xee3542c0 Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/webternet.ext.so
0xee303ad0 0xee30a6bb Yes (*) /lib/i386-linux-gnu/libnss_files.so.2
0xef001c40 0xef004c29 Yes (*) /lib/i386-linux-gnu/libnss_dns.so.2
0xeccd7750 0xecce41d4 Yes (*) /lib/i386-linux-gnu/libresolv.so.2
0xee31688c 0xee31c20c Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/game.cstrike.ext.2.csgo.so
0xeccd0aac 0xeccd43a4 Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/bintools.ext.so
0xecc80de8 0xeccb253c Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/sdktools.ext.2.csgo.so
0xecc5c44c 0xecc62d54 Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/topmenus.ext.so
0xecc5390c 0xecc58270 Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/clientprefs.ext.so
0xec9d11ac 0xecaf4ba0 Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/dbi.sqlite.ext.so
0xecc30850 0xecc48de4 Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/smrcon.ext.2.csgo.so
0xebbda960 0xebbf4fc4 Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/sdkhooks.ext.2.csgo.so
No /home/css/27021/csgo/addons/sourcemod/extensions/cssdm.ext.2.csgo.so
0xeba26e00 0xebab1ae0 Yes (*) /home/css/27021/csgo/addons/sourcemod/extensions/dbi.mysql.ext.so
0xeb9d0670 0xeb9e0d34 Yes (*) /lib/i386-linux-gnu/libz.so.1
0xea35fcd4 0xea3df900 Yes (*) /home/css/27021/bin/steamclient.so
0xe8f23f60 0xe8f491c0 Yes (*) /home/css/27021/bin/crashhandler.so
No ssing: %s%s

(*): Shared library is missing debugging information.

Do you need "set solib-search-path" or "set sysroot"?
Warning: couldn't activate thread debugging using libthread_db: Cannot find new threads: generic error

warning: File "/lib/i386-linux-gnu/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".

warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
Warning: couldn't activate thread debugging using libthread_db: Cannot find new threads: generic error

warning: File "/lib/i386-linux-gnu/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".

warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
warning: Could not load shared library symbols for ssing: %s%s
.
Do you need "set solib-search-path" or "set sysroot"?
debug.cmds:5: Error in sourced command file:
No function contains program counter for selected frame.
email debug.log to linux@valvesoftware.com
Срд Июл 1 17:06:18 EEST 2015: Server restart in 10 seconds
End of Source crash report
 

Серый™

CS:S Server
Сообщения
2,925
Реакции
1,376
Вроде как понял и перевел что не хватает "solib-search-path" "sysroot", какая версия убунты?
И попробуй чистый сервер кс запустить.
 

Arthur Don

Участник
Сообщения
1,696
Реакции
256
Серый™, 14.04.2, чистый сервер не скачивается, пишет подключение к серверу стима и все, думаю из-за нехватки библиотеки

Вот еще error logs

L 07/01/2015 - 16:45:39: [SM] Unable to load extension "soundlib.ext": libz.so.1: cannot open shared object file: No such file or directory
L 07/01/2015 - 16:45:39: [SM] Unable to load extension "dbi.mysql.ext": libz.so.1: cannot open shared object file: No such file or directory
 
Последнее редактирование:

Arthur Don

Участник
Сообщения
1,696
Реакции
256
Вроде я понял, не хватает ia32-libs библиотеки, устанавливаю мне пишет:

Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Пакет ia32-libs недоступен, но упомянут в списке зависимостей другого пакета.
Это может означать, что пакет отсутствует, устарел, или доступен из источников, не упомянутых в sources.list
Однако следующие пакеты могут его заменить:
lib32z1 lib32ncurses5 lib32bz2-1.0

E: Для пакета «ia32-libs» не найден кандидат на установку
 

Серый™

CS:S Server
Сообщения
2,925
Реакции
1,376
вот попробуй , с начало пиши sudo su
И ещё лучше используй 12.04 убунту(у меня на тесте такая стоит), там php той версии где нет проблем с установкой статистики и сорсбана.
И ещё как я нашёл ищя пару сек ,тема на форуме убунты http://forum.ubuntu.ru/index.php?topic=249668.0
Перевожу: ia32-libs устарел и заменён на мультиарч.
и вот вроде решение костылём
$ sudo dpkg --add-architecture i386
$ sudo apt-get update
не проверял и после этого пробуешь снова ставить ту библиотеку что хотел.

Ещё вариант который нашёл в стиме
sudo -i
cd /etc/apt/sources.list.d
echo "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
 

Arthur Don

Участник
Сообщения
1,696
Реакции
256
Серый™, установил вроде:

Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Уже установлена самая новая версия ia32-libs.
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 0 пакетов не обновлено.

Но сервер так же уходит в краш, какие могут идеи из-за чего может?
 
Последнее редактирование:

Dancebunny98

Участник
Сообщения
159
Реакции
35
C-подобный:
sudo apt-get install lib32z1
sudo apt-get install lib32ncurses5
sudo apt-get install lib32bz2-1.0

Сталкиваюсь с проблемами, листаю форум и решаю проблемы. Спасибо что вы есть)
 
Сверху Снизу