[SOLVED] How to install development headers in arch?

How do I install development headers of a package in arch linux? I'm trying to build mumble from AUR, and get a lot of "undefined references" to speex, alsa, and ogg. on Ubuntu there was always a package -dev for a given package that contained the development headers.
Here is the exact output:
g++ -m64 -Wl,-z,relro -Wl,-z,now -Wl,-O1 -o ../../release/mumble11x release/BanEditor.o release/ACLEditor.o release/Log.o release/AudioConfigDialog.o release/AudioStats.o release/AudioInput.o release/AudioOutput.o release/main.o release/MainWindow.o release/ServerHandler.o release/About.o release/ConnectDialog.o release/Settings.o release/Database.o release/VersionCheck.o release/Global.o release/PlayerModel.o release/Audio.o release/ConfigDialog.o release/Plugins.o release/LookConfig.o release/Overlay.o release/AudioWizard.o release/ViewCert.o release/Messages.o release/TextMessage.o release/GlobalShortcut.o release/NetworkConfig.o release/LCD.o release/Usage.o release/ConfigWidget.o release/Timer.o release/CryptState.o release/OSInfo.o release/Message.o release/Player.o release/Channel.o release/ACL.o release/Connection.o release/smallft.o release/CrashReporter.o release/GlobalShortcut_unix.o release/TextToSpeech_unix.o release/Overlay_unix.o release/ALSAAudio.o release/OSS.o release/DBus.o release/moc_BanEditor.o release/moc_ACLEditor.o release/moc_Log.o release/moc_AudioConfigDialog.o release/moc_AudioStats.o release/moc_AudioInput.o release/moc_AudioOutput.o release/moc_MainWindow.o release/moc_ServerHandler.o release/moc_About.o release/moc_ConnectDialog.o release/moc_GlobalShortcut.o release/moc_TextToSpeech.o release/moc_Database.o release/moc_VersionCheck.o release/moc_PlayerModel.o release/moc_ConfigDialog.o release/moc_Plugins.o release/moc_LookConfig.o release/moc_Overlay.o release/moc_AudioWizard.o release/moc_ViewCert.o release/moc_TextMessage.o release/moc_NetworkConfig.o release/moc_LCD.o release/moc_Usage.o release/moc_ConfigWidget.o release/moc_Player.o release/moc_Channel.o release/moc_ACL.o release/moc_Connection.o release/moc_CrashReporter.o release/moc_GlobalShortcut_unix.o release/moc_ALSAAudio.o release/moc_OSS.o release/moc_DBus.o release/qrc_mumble.o -L../../release -L/usr/lib -L/usr/X11R6/lib64 -lXi -lQtDBus -L/usr/lib -pthread -pthread -pthread -pthread -pthread -pthread -lQtSql -pthread -pthread -lQtXml -pthread -pthread -lQtOpenGL -L/usr/X11R6/lib64 -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -lQtGui -pthread -lpng -lfreetype -lgobject-2.0 -lSM -lICE -pthread -pthread -lXrender -lfontconfig -lXext -lX11 -lQtNetwork -lssl -lcrypto -pthread -pthread -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -lpthread -ldl -lGLU -lGL
release/AudioConfigDialog.o: In function `AudioInputDialog::updateBitrate()':
AudioConfigDialog.cpp:(.text+0x1dfa): undefined reference to `speex_lib_get_mode'
AudioConfigDialog.cpp:(.text+0x1e02): undefined reference to `speex_encoder_init'
AudioConfigDialog.cpp:(.text+0x1e1a): undefined reference to `speex_encoder_ctl'
AudioConfigDialog.cpp:(.text+0x1e2f): undefined reference to `speex_encoder_ctl'
AudioConfigDialog.cpp:(.text+0x1e3c): undefined reference to `speex_encoder_destroy'
release/AudioStats.o: In function `AudioStats::on_Tick_timeout()':
AudioStats.cpp:(.text+0xb3e): undefined reference to `speex_preprocess_ctl'
AudioStats.cpp:(.text+0xb87): undefined reference to `speex_preprocess_ctl'
AudioStats.cpp:(.text+0xba8): undefined reference to `speex_preprocess_ctl'
AudioStats.cpp:(.text+0xce3): undefined reference to `speex_preprocess_ctl'
release/AudioStats.o: In function `AudioNoiseWidget::paintEvent(QPaintEvent*)':
AudioStats.cpp:(.text+0x1585): undefined reference to `speex_preprocess_ctl'
release/AudioStats.o:AudioStats.cpp:(.text+0x15d1): more undefined references to `speex_preprocess_ctl' follow
release/AudioStats.o: In function `AudioEchoWidget::paintGL()':
AudioStats.cpp:(.text+0x1e8f): undefined reference to `speex_echo_ctl'
AudioStats.cpp:(.text+0x1ee3): undefined reference to `speex_echo_ctl'
release/AudioInput.o: In function `AudioInput::setMaxBandwidth(int)':
AudioInput.cpp:(.text+0x756): undefined reference to `speex_lib_get_mode'
AudioInput.cpp:(.text+0x763): undefined reference to `speex_encoder_init'
AudioInput.cpp:(.text+0x788): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x798): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x81d): undefined reference to `speex_encoder_destroy'
AudioInput.cpp:(.text+0x836): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x84f): undefined reference to `speex_encoder_ctl'
release/AudioInput.o: In function `AudioInput::getMaxBandwidth()':
AudioInput.cpp:(.text+0x8bd): undefined reference to `speex_lib_get_mode'
AudioInput.cpp:(.text+0x8c5): undefined reference to `speex_encoder_init'
AudioInput.cpp:(.text+0x8da): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x8ec): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x8f4): undefined reference to `speex_encoder_destroy'
release/AudioInput.o: In function `AudioInput::addEcho(void const*, unsigned int)':
AudioInput.cpp:(.text+0xa55): undefined reference to `speex_resampler_process_float'
AudioInput.cpp:(.text+0xac0): undefined reference to `jitter_buffer_put'
release/AudioInput.o: In function `AudioInput::initializeMixer()':
AudioInput.cpp:(.text+0xb22): undefined reference to `speex_resampler_destroy'
AudioInput.cpp:(.text+0xb30): undefined reference to `speex_resampler_destroy'
AudioInput.cpp:(.text+0xb87): undefined reference to `speex_resampler_init'
AudioInput.cpp:(.text+0xbfa): undefined reference to `speex_resampler_init'
release/AudioInput.o: In function `AudioInput::~AudioInput()':
AudioInput.cpp:(.text+0xd6b): undefined reference to `speex_bits_destroy'
AudioInput.cpp:(.text+0xd77): undefined reference to `speex_encoder_destroy'
AudioInput.cpp:(.text+0xd8c): undefined reference to `jitter_buffer_destroy'
AudioInput.cpp:(.text+0xd9d): undefined reference to `speex_preprocess_state_destroy'
AudioInput.cpp:(.text+0xdae): undefined reference to `speex_echo_state_destroy'
AudioInput.cpp:(.text+0xdbc): undefined reference to `speex_resampler_destroy'
AudioInput.cpp:(.text+0xdca): undefined reference to `speex_resampler_destroy'
release/AudioInput.o: In function `AudioInput::~AudioInput()':
AudioInput.cpp:(.text+0xeab): undefined reference to `speex_bits_destroy'
AudioInput.cpp:(.text+0xeb7): undefined reference to `speex_encoder_destroy'
AudioInput.cpp:(.text+0xecc): undefined reference to `jitter_buffer_destroy'
AudioInput.cpp:(.text+0xedd): undefined reference to `speex_preprocess_state_destroy'
AudioInput.cpp:(.text+0xeee): undefined reference to `speex_echo_state_destroy'
AudioInput.cpp:(.text+0xefc): undefined reference to `speex_resampler_destroy'
AudioInput.cpp:(.text+0xf0a): undefined reference to `speex_resampler_destroy'
release/AudioInput.o: In function `AudioInput::~AudioInput()':
AudioInput.cpp:(.text+0xfdb): undefined reference to `speex_bits_destroy'
AudioInput.cpp:(.text+0xfe7): undefined reference to `speex_encoder_destroy'
AudioInput.cpp:(.text+0xffc): undefined reference to `jitter_buffer_destroy'
AudioInput.cpp:(.text+0x100d): undefined reference to `speex_preprocess_state_destroy'
AudioInput.cpp:(.text+0x101e): undefined reference to `speex_echo_state_destroy'
AudioInput.cpp:(.text+0x102c): undefined reference to `speex_resampler_destroy'
AudioInput.cpp:(.text+0x103a): undefined reference to `speex_resampler_destroy'
release/AudioInput.o: In function `AudioInput::AudioInput()':
AudioInput.cpp:(.text+0x111e): undefined reference to `speex_bits_init'
AudioInput.cpp:(.text+0x1126): undefined reference to `speex_bits_reset'
AudioInput.cpp:(.text+0x1141): undefined reference to `speex_lib_get_mode'
AudioInput.cpp:(.text+0x1149): undefined reference to `speex_encoder_init'
AudioInput.cpp:(.text+0x1161): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x11c1): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x11dd): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x11f1): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x1219): undefined reference to `speex_encoder_ctl'
release/AudioInput.o:AudioInput.cpp:(.text+0x122d): more undefined references to `speex_encoder_ctl' follow
release/AudioInput.o: In function `AudioInput::AudioInput()':
AudioInput.cpp:(.text+0x1294): undefined reference to `jitter_buffer_init'
release/AudioInput.o: In function `AudioInput::AudioInput()':
AudioInput.cpp:(.text+0x142e): undefined reference to `speex_bits_init'
AudioInput.cpp:(.text+0x1436): undefined reference to `speex_bits_reset'
AudioInput.cpp:(.text+0x1451): undefined reference to `speex_lib_get_mode'
AudioInput.cpp:(.text+0x1459): undefined reference to `speex_encoder_init'
AudioInput.cpp:(.text+0x1471): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x14d1): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x14ed): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x1501): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x1529): undefined reference to `speex_encoder_ctl'
release/AudioInput.o:AudioInput.cpp:(.text+0x153d): more undefined references to `speex_encoder_ctl' follow
release/AudioInput.o: In function `AudioInput::AudioInput()':
AudioInput.cpp:(.text+0x15a4): undefined reference to `jitter_buffer_init'
release/AudioInput.o: In function `AudioInput::flushCheck()':
AudioInput.cpp:(.text+0x1773): undefined reference to `speex_bits_nbytes'
AudioInput.cpp:(.text+0x17ee): undefined reference to `speex_bits_write'
AudioInput.cpp:(.text+0x1862): undefined reference to `speex_bits_reset'
release/AudioInput.o: In function `AudioInput::encodeAudioFrame()':
AudioInput.cpp:(.text+0x1b35): undefined reference to `speex_preprocess_state_destroy'
AudioInput.cpp:(.text+0x1b46): undefined reference to `speex_echo_state_destroy'
AudioInput.cpp:(.text+0x1b53): undefined reference to `speex_preprocess_state_init'
AudioInput.cpp:(.text+0x1b75): undefined reference to `speex_preprocess_ctl'
AudioInput.cpp:(.text+0x1b86): undefined reference to `speex_preprocess_ctl'
AudioInput.cpp:(.text+0x1b9a): undefined reference to `speex_preprocess_ctl'
AudioInput.cpp:(.text+0x1bae): undefined reference to `speex_preprocess_ctl'
AudioInput.cpp:(.text+0x1bc9): undefined reference to `speex_preprocess_ctl'
release/AudioInput.o:AudioInput.cpp:(.text+0x1c0f): more undefined references to `speex_preprocess_ctl' follow
release/AudioInput.o: In function `AudioInput::encodeAudioFrame()':
AudioInput.cpp:(.text+0x1c61): undefined reference to `speex_bits_reset'
AudioInput.cpp:(.text+0x1c92): undefined reference to `speex_echo_cancellation'
AudioInput.cpp:(.text+0x1ca5): undefined reference to `speex_preprocess_run'
AudioInput.cpp:(.text+0x1d5a): undefined reference to `speex_preprocess_ctl'
AudioInput.cpp:(.text+0x2066): undefined reference to `speex_encode_int'
AudioInput.cpp:(.text+0x2085): undefined reference to `speex_encoder_ctl'
AudioInput.cpp:(.text+0x22c7): undefined reference to `speex_preprocess_run'
AudioInput.cpp:(.text+0x22e9): undefined reference to `speex_echo_state_init'
AudioInput.cpp:(.text+0x2307): undefined reference to `speex_echo_ctl'
AudioInput.cpp:(.text+0x231f): undefined reference to `speex_preprocess_ctl'
AudioInput.cpp:(.text+0x2328): undefined reference to `jitter_buffer_reset'
AudioInput.cpp:(.text+0x24f4): undefined reference to `speex_bits_pack'
AudioInput.cpp:(.text+0x2508): undefined reference to `speex_bits_pack'
AudioInput.cpp:(.text+0x254e): undefined reference to `speex_bits_pack'
release/AudioInput.o: In function `AudioInput::addMic(void const*, unsigned int)':
AudioInput.cpp:(.text+0x26c0): undefined reference to `speex_resampler_process_float'
AudioInput.cpp:(.text+0x2780): undefined reference to `jitter_buffer_get'
AudioInput.cpp:(.text+0x2789): undefined reference to `jitter_buffer_tick'
release/AudioOutput.o: In function `AudioOutput::AudioOutput()':
AudioOutput.cpp:(.text+0x6d8): undefined reference to `speex_lib_get_mode'
AudioOutput.cpp:(.text+0x6e0): undefined reference to `speex_decoder_init'
AudioOutput.cpp:(.text+0x6f4): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x6fc): undefined reference to `speex_decoder_destroy'
release/AudioOutput.o: In function `AudioOutput::AudioOutput()':
AudioOutput.cpp:(.text+0x7c8): undefined reference to `speex_lib_get_mode'
AudioOutput.cpp:(.text+0x7d0): undefined reference to `speex_decoder_init'
AudioOutput.cpp:(.text+0x7e4): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x7ec): undefined reference to `speex_decoder_destroy'
release/AudioOutput.o: In function `AudioOutputSample::needSamples(unsigned int)':
AudioOutput.cpp:(.text+0xa74): undefined reference to `speex_bits_remaining'
AudioOutput.cpp:(.text+0xaef): undefined reference to `speex_bits_set_bit_buffer'
AudioOutput.cpp:(.text+0xaf7): undefined reference to `speex_bits_rewind'
AudioOutput.cpp:(.text+0xb09): undefined reference to `speex_decode'
AudioOutput.cpp:(.text+0xb43): undefined reference to `speex_resampler_process_float'
release/AudioOutput.o: In function `AudioOutputSpeech::speexCallback(SpeexBits*, void*, void*)':
AudioOutput.cpp:(.text+0xbdf): undefined reference to `speex_bits_unpack_unsigned'
AudioOutput.cpp:(.text+0xc29): undefined reference to `speex_bits_unpack_unsigned'
release/AudioOutput.o: In function `AudioOutputSpeech::~AudioOutputSpeech()':
AudioOutput.cpp:(.text+0xed0): undefined reference to `speex_decoder_destroy'
AudioOutput.cpp:(.text+0xedc): undefined reference to `jitter_buffer_destroy'
AudioOutput.cpp:(.text+0xee5): undefined reference to `speex_bits_destroy'
release/AudioOutput.o: In function `AudioOutputSpeech::~AudioOutputSpeech()':
AudioOutput.cpp:(.text+0xf60): undefined reference to `speex_decoder_destroy'
AudioOutput.cpp:(.text+0xf6c): undefined reference to `jitter_buffer_destroy'
AudioOutput.cpp:(.text+0xf75): undefined reference to `speex_bits_destroy'
release/AudioOutput.o: In function `AudioOutputSpeech::~AudioOutputSpeech()':
AudioOutput.cpp:(.text+0xfe0): undefined reference to `speex_decoder_destroy'
AudioOutput.cpp:(.text+0xfec): undefined reference to `jitter_buffer_destroy'
AudioOutput.cpp:(.text+0xff5): undefined reference to `speex_bits_destroy'
release/AudioOutput.o: In function `AudioOutputSample::~AudioOutputSample()':
AudioOutput.cpp:(.text+0x1060): undefined reference to `speex_decoder_destroy'
AudioOutput.cpp:(.text+0x1069): undefined reference to `speex_bits_destroy'
release/AudioOutput.o: In function `AudioOutputSample::~AudioOutputSample()':
AudioOutput.cpp:(.text+0x10e0): undefined reference to `speex_decoder_destroy'
AudioOutput.cpp:(.text+0x10e9): undefined reference to `speex_bits_destroy'
release/AudioOutput.o: In function `AudioOutputSample::~AudioOutputSample()':
AudioOutput.cpp:(.text+0x1150): undefined reference to `speex_decoder_destroy'
AudioOutput.cpp:(.text+0x1159): undefined reference to `speex_bits_destroy'
release/AudioOutput.o: In function `AudioOutputSpeech::AudioOutputSpeech(ClientPlayer*, unsigned int)':
AudioOutput.cpp:(.text+0x120d): undefined reference to `speex_lib_get_mode'
AudioOutput.cpp:(.text+0x1215): undefined reference to `speex_decoder_init'
AudioOutput.cpp:(.text+0x1233): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x1248): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x1271): undefined reference to `speex_resampler_init'
AudioOutput.cpp:(.text+0x12d6): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x12f2): undefined reference to `jitter_buffer_init'
AudioOutput.cpp:(.text+0x131a): undefined reference to `jitter_buffer_ctl'
AudioOutput.cpp:(.text+0x1323): undefined reference to `speex_bits_init'
release/AudioOutput.o: In function `AudioOutputSpeech::AudioOutputSpeech(ClientPlayer*, unsigned int)':
AudioOutput.cpp:(.text+0x13ed): undefined reference to `speex_lib_get_mode'
AudioOutput.cpp:(.text+0x13f5): undefined reference to `speex_decoder_init'
AudioOutput.cpp:(.text+0x1413): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x1428): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x1451): undefined reference to `speex_resampler_init'
AudioOutput.cpp:(.text+0x14b6): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x14d2): undefined reference to `jitter_buffer_init'
AudioOutput.cpp:(.text+0x14fa): undefined reference to `jitter_buffer_ctl'
AudioOutput.cpp:(.text+0x1503): undefined reference to `speex_bits_init'
release/AudioOutput.o: In function `AudioOutputSample::AudioOutputSample(QString const&, QList<QByteArray> const&, bool, unsigned int)':
AudioOutput.cpp:(.text+0x15c7): undefined reference to `speex_lib_get_mode'
AudioOutput.cpp:(.text+0x15cf): undefined reference to `speex_decoder_init'
AudioOutput.cpp:(.text+0x15ed): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x1602): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x162b): undefined reference to `speex_resampler_init'
AudioOutput.cpp:(.text+0x16b1): undefined reference to `speex_bits_init'
release/AudioOutput.o: In function `AudioOutputSample::AudioOutputSample(QString const&, QList<QByteArray> const&, bool, unsigned int)':
AudioOutput.cpp:(.text+0x1797): undefined reference to `speex_lib_get_mode'
AudioOutput.cpp:(.text+0x179f): undefined reference to `speex_decoder_init'
AudioOutput.cpp:(.text+0x17bd): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x17d2): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x17fb): undefined reference to `speex_resampler_init'
AudioOutput.cpp:(.text+0x1881): undefined reference to `speex_bits_init'
release/AudioOutput.o: In function `AudioOutputSample::getPacketsFromFile(QString const&)':
AudioOutput.cpp:(.text+0x1d6e): undefined reference to `ogg_sync_init'
AudioOutput.cpp:(.text+0x1d8f): undefined reference to `ogg_sync_buffer'
AudioOutput.cpp:(.text+0x1dc8): undefined reference to `ogg_sync_wrote'
AudioOutput.cpp:(.text+0x1df9): undefined reference to `ogg_page_serialno'
AudioOutput.cpp:(.text+0x1e05): undefined reference to `ogg_stream_init'
AudioOutput.cpp:(.text+0x1e17): undefined reference to `ogg_stream_pagein'
AudioOutput.cpp:(.text+0x1e3f): undefined reference to `ogg_sync_pageout'
AudioOutput.cpp:(.text+0x1e5a): undefined reference to `ogg_page_serialno'
AudioOutput.cpp:(.text+0x1e73): undefined reference to `ogg_page_serialno'
AudioOutput.cpp:(.text+0x1e7f): undefined reference to `ogg_stream_reset_serialno'
AudioOutput.cpp:(.text+0x1f3b): undefined reference to `speex_packet_to_header'
AudioOutput.cpp:(.text+0x1f80): undefined reference to `ogg_stream_packetout'
AudioOutput.cpp:(.text+0x210b): undefined reference to `ogg_sync_clear'
AudioOutput.cpp:(.text+0x2179): undefined reference to `ogg_stream_clear'
release/AudioOutput.o: In function `AudioOutputSpeech::addFrameToBuffer(QByteArray const&, unsigned int)':
AudioOutput.cpp:(.text+0x229e): undefined reference to `jitter_buffer_put'
release/AudioOutput.o: In function `AudioOutputSpeech::needSamples(unsigned int)':
AudioOutput.cpp:(.text+0x4a6d): undefined reference to `jitter_buffer_get'
AudioOutput.cpp:(.text+0x4aab): undefined reference to `speex_decode'
AudioOutput.cpp:(.text+0x4ac0): undefined reference to `speex_decoder_ctl'
AudioOutput.cpp:(.text+0x4ad8): undefined reference to `jitter_buffer_update_delay'
AudioOutput.cpp:(.text+0x4ae4): undefined reference to `jitter_buffer_tick'
AudioOutput.cpp:(.text+0x4b2c): undefined reference to `speex_resampler_process_float'
AudioOutput.cpp:(.text+0x4b7a): undefined reference to `speex_decode'
AudioOutput.cpp:(.text+0x4b8e): undefined reference to `jitter_buffer_tick'
AudioOutput.cpp:(.text+0x4c08): undefined reference to `speex_bits_read_from'
AudioOutput.cpp:(.text+0x4c1a): undefined reference to `speex_decode'
release/About.o: In function `AboutSpeexDialog::AboutSpeexDialog(QWidget*)':
About.cpp:(.text+0x56): undefined reference to `speex_lib_ctl'
release/About.o: In function `AboutSpeexDialog::AboutSpeexDialog(QWidget*)':
About.cpp:(.text+0x446): undefined reference to `speex_lib_ctl'
release/ALSAAudio.o: In function `ALSAEnumerator::getHint(void*, char const*)':
ALSAAudio.cpp:(.text+0x7de): undefined reference to `snd_device_name_get_hint'
release/ALSAAudio.o: In function `ALSAAudioOutput::run()':
ALSAAudio.cpp:(.text+0xe75): undefined reference to `snd_pcm_hw_params_sizeof'
ALSAAudio.cpp:(.text+0xe8e): undefined reference to `snd_pcm_hw_params_sizeof'
ALSAAudio.cpp:(.text+0xea0): undefined reference to `snd_pcm_sw_params_sizeof'
ALSAAudio.cpp:(.text+0xeb9): undefined reference to `snd_pcm_sw_params_sizeof'
ALSAAudio.cpp:(.text+0xef5): undefined reference to `snd_pcm_open'
ALSAAudio.cpp:(.text+0xf0c): undefined reference to `snd_pcm_hw_params_any'
ALSAAudio.cpp:(.text+0x105b): undefined reference to `snd_pcm_writei'
ALSAAudio.cpp:(.text+0x10f1): undefined reference to `snd_pcm_hw_params_current'
ALSAAudio.cpp:(.text+0x1105): undefined reference to `snd_pcm_hw_params_get_channels'
ALSAAudio.cpp:(.text+0x111b): undefined reference to `snd_pcm_hw_params_get_rate'
ALSAAudio.cpp:(.text+0x1158): undefined reference to `snd_pcm_poll_descriptors_count'
ALSAAudio.cpp:(.text+0x1170): undefined reference to `snd_pcm_poll_descriptors'
ALSAAudio.cpp:(.text+0x11b1): undefined reference to `snd_pcm_close'
ALSAAudio.cpp:(.text+0x11c4): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x1274): undefined reference to `snd_pcm_close'
ALSAAudio.cpp:(.text+0x12da): undefined reference to `snd_pcm_hw_params_set_access'
ALSAAudio.cpp:(.text+0x12f6): undefined reference to `snd_pcm_hw_params_set_format'
ALSAAudio.cpp:(.text+0x1311): undefined reference to `snd_pcm_hw_params_set_channels_near'
ALSAAudio.cpp:(.text+0x1335): undefined reference to `snd_pcm_hw_params_set_rate_near'
ALSAAudio.cpp:(.text+0x138b): undefined reference to `snd_pcm_poll_descriptors_revents'
ALSAAudio.cpp:(.text+0x13b9): undefined reference to `snd_pcm_avail_update'
ALSAAudio.cpp:(.text+0x13f2): undefined reference to `snd_pcm_writei'
ALSAAudio.cpp:(.text+0x1400): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x143b): undefined reference to `snd_pcm_drain'
ALSAAudio.cpp:(.text+0x1459): undefined reference to `snd_pcm_prepare'
ALSAAudio.cpp:(.text+0x1483): undefined reference to `snd_pcm_writei'
ALSAAudio.cpp:(.text+0x14af): undefined reference to `snd_pcm_writei'
ALSAAudio.cpp:(.text+0x14ed): undefined reference to `snd_pcm_prepare'
ALSAAudio.cpp:(.text+0x1503): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x1525): undefined reference to `snd_pcm_drain'
ALSAAudio.cpp:(.text+0x152e): undefined reference to `snd_pcm_prepare'
ALSAAudio.cpp:(.text+0x1580): undefined reference to `snd_pcm_writei'
ALSAAudio.cpp:(.text+0x158b): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x15d2): undefined reference to `snd_pcm_sw_params_current'
ALSAAudio.cpp:(.text+0x15ed): undefined reference to `snd_pcm_sw_params_set_avail_min'
ALSAAudio.cpp:(.text+0x160c): undefined reference to `snd_pcm_sw_params_set_start_threshold'
ALSAAudio.cpp:(.text+0x1627): undefined reference to `snd_pcm_sw_params_set_stop_threshold'
ALSAAudio.cpp:(.text+0x163e): undefined reference to `snd_pcm_sw_params'
ALSAAudio.cpp:(.text+0x1652): undefined reference to `snd_pcm_prepare'
ALSAAudio.cpp:(.text+0x1665): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x1695): undefined reference to `snd_pcm_hw_params_set_period_size_near'
ALSAAudio.cpp:(.text+0x16b0): undefined reference to `snd_pcm_hw_params_set_buffer_size_near'
ALSAAudio.cpp:(.text+0x16c7): undefined reference to `snd_pcm_hw_params'
ALSAAudio.cpp:(.text+0x16de): undefined reference to `snd_pcm_hw_params_current'
ALSAAudio.cpp:(.text+0x16f8): undefined reference to `snd_pcm_hw_params_get_period_size'
ALSAAudio.cpp:(.text+0x170f): undefined reference to `snd_pcm_hw_params_get_buffer_size'
ALSAAudio.cpp:(.text+0x175e): undefined reference to `snd_pcm_hw_params_get_channels_max'
ALSAAudio.cpp:(.text+0x17c9): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x17f0): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x1818): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x1840): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x1861): undefined reference to `snd_strerror'
release/ALSAAudio.o:ALSAAudio.cpp:(.text+0x1889): more undefined references to `snd_strerror' follow
release/ALSAAudio.o: In function `ALSAAudioInput::run()':
ALSAAudio.cpp:(.text+0x216a): undefined reference to `snd_pcm_hw_params_sizeof'
ALSAAudio.cpp:(.text+0x2183): undefined reference to `snd_pcm_hw_params_sizeof'
ALSAAudio.cpp:(.text+0x21c2): undefined reference to `snd_pcm_open'
ALSAAudio.cpp:(.text+0x21d8): undefined reference to `snd_pcm_hw_params_any'
ALSAAudio.cpp:(.text+0x21f1): undefined reference to `snd_pcm_hw_params_set_access'
ALSAAudio.cpp:(.text+0x220c): undefined reference to `snd_pcm_hw_params_set_format'
ALSAAudio.cpp:(.text+0x2228): undefined reference to `snd_pcm_hw_params_set_rate_near'
ALSAAudio.cpp:(.text+0x2242): undefined reference to `snd_pcm_hw_params_set_channels_near'
ALSAAudio.cpp:(.text+0x227f): undefined reference to `snd_pcm_hw_params_set_period_size_near'
ALSAAudio.cpp:(.text+0x2299): undefined reference to `snd_pcm_hw_params_set_buffer_size_near'
ALSAAudio.cpp:(.text+0x22af): undefined reference to `snd_pcm_hw_params'
ALSAAudio.cpp:(.text+0x22f1): undefined reference to `snd_pcm_drain'
ALSAAudio.cpp:(.text+0x22fa): undefined reference to `snd_pcm_close'
ALSAAudio.cpp:(.text+0x230f): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x2410): undefined reference to `snd_pcm_hw_params_current'
ALSAAudio.cpp:(.text+0x2427): undefined reference to `snd_pcm_hw_params_get_channels'
ALSAAudio.cpp:(.text+0x2440): undefined reference to `snd_pcm_hw_params_get_rate'
ALSAAudio.cpp:(.text+0x2453): undefined reference to `snd_pcm_prepare'
ALSAAudio.cpp:(.text+0x2466): undefined reference to `snd_pcm_start'
ALSAAudio.cpp:(.text+0x24d9): undefined reference to `snd_pcm_readi'
ALSAAudio.cpp:(.text+0x2525): undefined reference to `snd_pcm_drain'
ALSAAudio.cpp:(.text+0x252e): undefined reference to `snd_pcm_close'
ALSAAudio.cpp:(.text+0x254b): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x256d): undefined reference to `snd_pcm_prepare'
ALSAAudio.cpp:(.text+0x2574): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x2581): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x25a5): undefined reference to `snd_pcm_prepare'
ALSAAudio.cpp:(.text+0x25ac): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x25b6): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x2661): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x26aa): undefined reference to `snd_strerror'
ALSAAudio.cpp:(.text+0x26cf): undefined reference to `snd_strerror'
release/ALSAAudio.o:ALSAAudio.cpp:(.text+0x26ec): more undefined references to `snd_strerror' follow
release/ALSAAudio.o: In function `ALSAEnumerator::ALSAEnumerator()':
ALSAAudio.cpp:(.text+0x2af0): undefined reference to `snd_config_update'
ALSAAudio.cpp:(.text+0x2af7): undefined reference to `snd_config'
ALSAAudio.cpp:(.text+0x2b09): undefined reference to `snd_config_search'
ALSAAudio.cpp:(.text+0x2b24): undefined reference to `snd_config_set_ascii'
ALSAAudio.cpp:(.text+0x2b5f): undefined reference to `snd_device_name_hint'
ALSAAudio.cpp:(.text+0x2f69): undefined reference to `snd_device_name_free_hint'
ALSAAudio.cpp:(.text+0x2f6e): undefined reference to `snd_config_update_free_global'
ALSAAudio.cpp:(.text+0x2f73): undefined reference to `snd_config_update'
release/ALSAAudio.o: In function `ALSAInit::initialize()':
ALSAAudio.cpp:(.text+0x324f): undefined reference to `snd_card_next'
release/ALSAAudio.o: In function `ALSAEnumerator::ALSAEnumerator()':
ALSAAudio.cpp:(.text+0x3540): undefined reference to `snd_config_update'
ALSAAudio.cpp:(.text+0x3547): undefined reference to `snd_config'
ALSAAudio.cpp:(.text+0x3559): undefined reference to `snd_config_search'
ALSAAudio.cpp:(.text+0x3574): undefined reference to `snd_config_set_ascii'
ALSAAudio.cpp:(.text+0x35af): undefined reference to `snd_device_name_hint'
ALSAAudio.cpp:(.text+0x39b9): undefined reference to `snd_device_name_free_hint'
ALSAAudio.cpp:(.text+0x39be): undefined reference to `snd_config_update_free_global'
ALSAAudio.cpp:(.text+0x39c3): undefined reference to `snd_config_update'
collect2: ld returned 1 exit status
make[2]: *** [../../release/mumble11x] Error 1
make[2]: Leaving directory `/home/scrawl/Downloads/mumble/src/mumble-1.2.1/src/mumble11x'
make[1]: *** [release] Error 2
make[1]: Leaving directory `/home/scrawl/Downloads/mumble/src/mumble-1.2.1/src/mumble11x'
make: *** [sub-src-mumble11x-make_default-ordered] Error 2
Last edited by scrawl (2010-02-04 21:21:06)

pacman -S base-devel && pacman -Suy should give you everything you need, except specific dependencies.
Ahh  that what I get for posting without refreshing OP.
Last edited by jwbirdsong (2010-01-16 17:04:28)

Similar Messages

  • [SOLVED] How to install nvidia 285.05.09-3 drivers

    Hi All,
    Currently I have installed xf86-video-nouveau 0.0.16_git20110829-1 drivers in my Arch Linux but I would like to install nvidia 285.05.09-3 in kernel 3.1.1-1-ARCH.
    Each time I have tried to install nvidia drivers I have had a lot of problems: the worst is that once installed I reboot system and X does not start, screen goes black, etc so I am afraid to install it because then I have a lot of problems to goes back nouveau and to get X starts again.
    So could anyone say me step by step how to install it with success and that once I reboot my system you ensure me X starts?
    And a step by step guide in case X does not starts and I need to come back nouveau again and start X normaly without problems.
    Thx.
    Last edited by toni (2011-11-16 23:34:31)

    karol wrote:
    /dev/zero wrote:What did your last slave die of?
    Epic!
    <donkey-style "laughter">
    @toni
    Did you install the nvidia 285 drivers from the repos? Have you tried https://wiki.archlinux.org/index.php/Nv … au_drivers ?
    Can you post some logs when the nvidia drivers are failing? What card do you have?
    Hi Karol,
    I have just installed nvidia 285 from repos taking into account the link you provided. I follow the steps mentioned in the script to change from nouveau to nvidia and it went Ok. Now I have installed nvidia drivers from repos and at boot-up, X starts correctly (SOLVED).
    I think when I installed nvidia in the past one thing was missed: (I did not do this)
    /usr/bin/sudo /sbin/mkinitcpio -p linux
    ....Maybe that was the problem.
    My graphic card is Nvidia Go7600.
    Thx again
    Last edited by toni (2011-11-16 23:34:04)

  • [SOLVED] How to install and run (on debian) a separate, downlevel version of firefox for the F5/firepass VPN?

    (Note: my problem is similar to [https://support.mozilla.org/en-US/questions/931534?e=es&as=aaq another current problem] except that
    * OP is running windows (I'm running a debian linux)
    * OP is asking a more general question (how to fix?) while I'm asking for details on a proposed fix)
    I'm currently running
    $ lsb_release -ds
    Linux Mint Debian Edition
    $ cat /etc/debian_version
    wheezy/sid
    $ uname -rv
    3.2.0-2-amd64 #1 SMP Sun Mar 4 22:48:17 UTC 2012
    $ iceweasel --version
    Mozilla Iceweasel 13.0.1
    I'd like to continue running an uplevel iceweasel ([http://en.wikipedia.org/wiki/Mozilla_Corporation_software_rebranded_by_the_Debian_project which is firefox]) but apparently need to run a downlevel version in order to run a particular vendor-supplied plugin. How best to do that (i.e., with minimal performance degradation, and without affecting my package management)? Or is there another way to solve the general problem (running the F5 Network Access Plugin)? Why I ask:
    My employer is giving me remote access via a SecurID token and the F5 Network Access Plugin (F5NAP). The latter is in fact a browser plugin, which seems to me an odd way to implement a VPN, but it's the only offered option. Unfortunately,
    * the only browsers supported for linux are Firefox 3 and Firefox 8 (per [http://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm_compatibility_matrix_10_2_1.html this]--scroll to "Linux Operating Systems")
    * my primary laptop runs LMDE (see above) with Iceweasel 13 (from the mozilla.debian.net repository), which I want to keep. (It's the uplevel browser, dammit !-)
    So I first tried to install the F5NAP on my iceweasel, hoping it was sufficiently like the listed versions. I browsed to my employer's site, logged in using the token, and followed the link to install the plugin. Unfortunately, that failed: the xpi began running, but then quit with the message
    > F5 Network Access Plugin could not be installed because it is not compatible with Iceweasel 13.0.1
    Hoping for a simple workaround, I told the often-useful User Agent Switcher plugin to emulate Firefox 8, but no fix. Hence it seems like I will hafta
    * install Firefox 3 or Firefox 8
    * run that downlevel browser whenever I want remote access
    * run the uplevel browser for everything else
    This definitely seems like a kludge, so I am open to alternatives. Meanwhile I'm wondering:
    # Which of the F5-supported downlevel browsers (Firefox 3 or Firefox 8) has the smaller memory footprint?
    # How to install the downlevel browser so that it does not interfere with my uplevel browser's configuration, operation, and updating via debian package management?
    # How to run the downlevel browser so that its operation does not interfere with my uplevel browser? I know firefox typically wants to run singleton.

    @[https://support.mozilla.org/en-US/user/160087 verdi]: thanks for your helpful suggestions. The "fix" (actually a kludge, but I gotta work with what F5 and my employer give me) was:
    # Install/run latest Firefox 3 (despite there being [https://support.mozilla.org/en-US/questions/932269 no 64-bit version for linux]) using [https://docs.google.com/open?id=0BzDAFHgIxRzKbmJDUGZqTzhfbDg this bash scriptlet].
    # Create a [https://docs.google.com/open?id=0BzDAFHgIxRzKQjRyQndqUTJpRXM run script] to start firefox so that one can
    #* choose the appropriate profile (I was unable to set it from the script without startup error)
    #* run multiple instances (I don't want 3.x firefox touching my uplevel profile)
    # Run Firefox 3.x with the runner, then point it to my employer's site to install the [http://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm_compatibility_matrix_10_2_1.html F5 Network Access Plugin] (restarting firefox as required).
    The gnome-terminal tab from which I invoke the runner spews a bazillion "wrong ELF class: ELFCLASS64" errors, but the plugin runs, and I can SSH normally (though more slowly) to servers on the VLAN from another terminal tab.

  • How to install Bumblebee-GUI in Arch?

    Hello, as the tittle said, i want to know how to install the "bumblebee-gui" in Arch. I have installed bumblebee with Bbswitch, everything works cool and smooth, but i want to have the icon in the taskbar cause it sends notifications about bumblebee state. I know it's not essential, but i like eyes candy and i dont like doing a "cat /proc/acpi/bbswitch" every time. The wiki just says nothing about it, i think it needs some updates or maybe it's just not available in Arch. I tried to do the way the official page said ( https://github.com/Bumblebee-Project/bu … indicator), but i couldn't start it. Could you help me with it?
    Anyway Thanks!

    The link you quoted is broken, however there is an entire Arch Wiki page about BumbleBee
    https://wiki.archlinux.org/index.php/Bumblebee
    You may have broke something if you did not install through AUR.

  • How to install Developer in Linux.

    Hi,
    I am trying to install Developer on Redhat Linux 7.1. During the installation it asks for the directory where the Motif directory where the libXm.a file is present. But there is no such file in the Motif directory or anywhere else.
    However there are certain files starting with libXmu.
    Can someone guide me on how to go about it ?
    Regards.

    Santosh.
    I have the exact same issue. Apparently Motif is not packaged with Redhat and or not installed. Search for PRashanth Machaiah and look at a query I posted about a week or so ago. Some very nice person wrote out exact instructions on how to get it going. I am going to try it today.
    If you have sucess please let me know.
    My email is [email protected]

  • How to install Bumblebee-GUI in Arch KDE?

    Hello, as the tittle said, i want to know how to install the "bumblebee-gui" in Arch. I have installed bumblebee with Bbswitch, everything works cool and smooth, but i want to have the icon in the taskbar cause it sends notifications about bumblebee state. I know it's not essential, but i like eyes candy and i dont like doing a "cat /proc/acpi/bbswitch" every time. The wiki just says nothing about it, i think it needs some updates or maybe it's just not available in Arch. I tried to do the way the official page said ( https://github.com/Bumblebee-Project/bu … indicator), but i couldn't start it. Could you help me with it?
    Thanks!

    I know,it was my fault cause the internet was broken so i thought it wasn't posted. Btw i was able to install Bumblebee-gui in KDE, maybe im going to write a simple guide, i just needed to install some modules for python. this is how it looks now. I have the icon in the system tray. Thanks!!

  • [SOLVED] how to install mingetty

    $ pacman -S mingetty
    error: 'mingetty': could not find or read package
    so then I downloaded mingetty-1.08.tar.gz  & mingetty-utf8.patch from http://aur.archlinux.org/packages.php?ID=13793
    to my home/rich/Downloads folder. But how do I install it?
    Last edited by dameunmate (2010-07-16 08:41:28)

    Sorry about that, I had read a lot of the wiki but I had no idea how to install a package from the AUR. The console was very upset when I tried to install mingetty as the root user, so to install it as another user changing the permissions on each and every installation file took a long time. However I got there in the end. Thanks for your help.
    For anyone who like myself is running Arch Linux and Openbox, in the end I didn't need mingetty to boot straight into X Openbox, so I've now uninstalled it. I only needed to folow the instructions in the Arch Wiki at http://wiki.archlinux.org/index.php/Start_X_at_boot (second section using etc/inittab).
    Here's my etc/inittab:
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    #id:3:initdefault:
    # Boot to X11
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
    # Hypervisor Virtual Console for Xen and KVM
    #h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    x:5:once:/bin/su YOUR_USERNAME_HERE -l -c "/bin/bash --login -c /usr/bin/startx >/dev/null 2>&1"
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >& /dev/null
    # End of file
    ...the key is in the x:5:once:/bin/su YOUR_USERNAME_HERE -l -c "/bin/bash --login -c /usr/bin/startx >/dev/null 2>&1"
    So now I just press the power button and end up in Openbox in about 50 seconds (for some reason my motherboard takes 30 seconds to get to the Grub menu, then as Arch boots it takes a good 10 seconds to get a wireless connection up). Press the power button again and it automatically shuts down! (see http://wiki.archlinux.org/index.php/Shu … wer_Button - I don't know if this closes X properly but anyway it works)
    Last edited by dameunmate (2010-07-16 09:05:36)

  • [SOLVED] How to install Image magick extension for php?

    As in topic, how to install imagick extension for php (xampp)? I tried with pecl, i installed pear first and imagick with "pecl install imagick". I added extension to php.ini file (/opt/lampp/etc/php.ini) but when i try to start xampp, i get error:
    Warning: PHP Startup: Unable to load dynamic library '/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/imagic.so' - /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/imagic.so: cannot open shared object file: No such file or directory in Unknown on line 0
    What should i do?
    Last edited by smiechowy (2011-03-06 12:23:55)

    it was installed in /usr/lib/php/modules/ I copied imagic.so to /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/ but it still don't work ;/
    Edit: problem solved, i made a mistake adding "imagic.so" in php.ini instead of "imagick.so".
    Last edited by smiechowy (2011-03-06 12:23:39)

  • How to install Developer 6.0 Personal Oracle

    When I install personal Oracle 8 (trial)on my pc (Windows NT 4 sp4)I don't have problem and it work well. The problem is when I install developer 6.0,(in a different folder) I can't log on any applications any more.
    Thank for your help
    Patrice (Quebec)
    [email protected]

    IF you do not use that "miserable" Personal Oracle 8.04, but using the far much better Personal Oracle 8.1.5 you can mail me at [email protected]
    HTH
    Martin

  • How to install developer Suite 10g on linux 9

    i am trying to install developer suite 10g on linux 9 ... but i am unable to it.please suggest

    Hi,
    Intalling developer 6i in Linux is not difficult, but I bet that you won't be much impressed by the graphics. Download the software, extract it and then run ./runInstaller from user Oracle (after giving it permissions), and thats it.
    regards

  • [Solved] How to install yajl 2.0 and reinstall yaourt?

    I had yaourt with yajl 1.0, but somehow got deleted. My fault.
    I had used yaourt, even if it asked for yajl>=2.0 and installed packages from AUR.
    Now I cannot install yaourt, as it asks for yajl>=2.0
    I can only install yajl 1.0.11-3, as pacman/kpackagekit won't find yajl 2.0.1-0, so I downloaded the tar.gz file, but don't know how to install it.
    This is the zip file; lloyd-yajl-2.0.1-0-gf4b2b1a.tar.gz and its in the Home directory.
    What should I do to install this, so I can install yaourt again?
    Thanks!
    Last edited by Ariya (2011-09-24 15:31:54)

    There is no PKBUILD.
    Once extracted, went into the directory
    $ cd lloyd-yajl-f4b2b1a, then
    $ ./configure && make install
    finally,
    58/58 tests successful, but;
    Install the project...
    -- Install configuration: "Release"                                                                                                         
    -- Installing: /usr/local/lib/libyajl.so.2.0.1
    CMake Error at src/cmake_install.cmake:48 (FILE):
      file INSTALL cannot copy file
      "/home/ariya/builds/lloyd-yajl-f4b2b1a/build/yajl-2.0.1/lib/libyajl.so.2.0.1"
      to "/usr/local/lib/libyajl.so.2.0.1".
    Call Stack (most recent call first):
      cmake_install.cmake:37 (INCLUDE)
    make[1]: *** [install] Error 1
    make[1]: Leaving directory `/home/ariya/builds/lloyd-yajl-f4b2b1a/build'
    make: *** [install] Error 2
    So, I copied /home/ariya/builds/lloyd-yajl-f4b2b1a/build/yajl-2.0.1/lib/libyajl.so.2.0.1"  to "/usr/local/lib/libyajl.so.2.0.1
    But, there is no yajl-2.0.1 installed.
    The build directory containst the following; CMakeCache.txt  CMakeFiles  cmake_install.cmake  example  Makefile  perf  reformatter  src  test  verify  yajl-2.0.1
    What have I done wrong?
    Thanks!

  • How to instal developer forms6.0 on windows 98

    sir,
    may i know how to instal forms 6.0 on windows 98 with full information.

    Keith you maybe facing an issue with trying to install Photoshop CS2 on Windows 7 in general.  If you have both serial numbers registered, and one of them is a full version, then you can request that your software be unlocked to allow for installation.  Our support team will better be able to determine your eligibility for this.  You can contact them via chat at http://adobe.ly/yxj0t6.

  • [SOLVED] How to install KMail 2?

    Has anyone had experience installing kdepim-kmail2 on Arch?
    This is what I did:
    1) Downloaded both tarballs from ftp://ftp.kde.org/pub/kde/unstable/kdepim/4.5.94.1/src/
    2) Extracted them. CD into directory, type cmake ./
    3) After ~15 mins of compiling, typed # make install . Wait another 10 minutes or so
    4) Now I can run KMail, but I can't do almost anything. Going to the Account Wizard gets me "Could not start the account wizard. Please check your installation." message. Clicking the "Configure KMail" crashes KMail.
    I realize that this is beta and that these features may not even work, but I was wondering maybe I was doing something wrong?
    Last edited by Deusdies (2011-03-04 22:15:32)

    Hvala

  • [SOLVE] How to install this program (PyIpChanger)?

    Hello!
    I'm new to the forum and I wanted you to help me how to install this program.
    https://otland.net/threads/pyipchanger- … ts.157953/
    It is a ip changer for Tibia, to play in OT servers.
    Since there does not exist in the official repositories nor in the AUR, It is necessary install manually, but I can't figure out
    *Sorry my english, I'm not a native speaker.
    Best wishes!
    Last edited by Rearis (2015-05-10 14:52:48)

    Robg told you how to do this:
    robg wrote:
    Just use pacman to install: pyhon2, python2-pyqt4
    After having done that, you can run main.py using pyhon2.
    So install the software, then run:
    python2 PyIpChanger.py
    Last edited by mrunion (2015-05-07 13:36:31)

  • [solved]How to install flash plugin in Konqueror?

    I just
    pacman -S flashplugin
    successfully, but still my Konqueror can't work with flash.
    How to install the flashplugin in Konqueror correctly?
    Thanks
    jazzi
    PS: my system is 32bits pc
    Last edited by jazzi (2009-06-10 00:41:58)

    Go to Settings/Configure Konqueror/Plugins and use "Scan for Plugins" then.
    Last edited by FallenWizard (2009-06-09 13:13:01)

Maybe you are looking for