How to install Developer Edition in Ubuntu 14

I'm interested in trying the Firefox Developer Edition. So I downloaded it from your site.
Now what? There's no installer, no instructions, not even a ReadMe file!
Of course I already have the default version of Firefox as part of the Ubuntu installation. Is it possible to keep both? Is there any reason to? (If not I'd appreciate instructions on how to uninstall the non-developer version).
Not everyone just automatically knows this stuff, you know.

Hello,
If you downloaded a .tar.gz, Firefox will already be precompiled and you just need to run the executable after decompressing.

Similar Messages

  • How to install oracle XE in Ubuntu 12.10 32bit

    Hello everyone!
    I 'd be grateful if could give me some instructions on how to install oracle XE in Ubuntu 12.10 32bit.
    In addition i d like to know which package i need to install.
    Is oracle-xe_10.2.0.1-1.0_i386.deb the right package?
    Thank you

    Thank you..but
    I found only the Western European character set available. Can i use for example the character set GreekEL8ISO8859P7 If i install the Western European character set package?
    Universal character set: oracle-xe-universal_10.2.0.1-1.0_i386.deb
    Western European character set: oracle-xe_10.2.0.1-1.0_i386.deb

  • I have downloaded a latest version of firefox but how to install and configure in ubuntu 11.04

    how to install and configure in ubuntu or i was trying to upgrade firefox to the latest version in ubuntu 11

    Hi,
    There's information on that here: [[Installing Firefox on Linux|Installing Firefox on Linux]]
    Jack

  • [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)

  • Installing developer suite on ubuntu 8.04

    Hi,
    I'm using Ubuntu since a couple of months now and i'am very happy of it.
    I want to install developer suite 10gr2 on ubuntu. Of course I can do that with an xp virtualization.
    But as the XE database is also available for ubuntu, with explanations for installation http://www.oracle.com/technology/tech/linux/install/xe-on-kubuntu.html I want to do the same with forms builder.
    Is there a tutorial for that ? is it even possible?
    Thanks for sharing your experience.
    Regards
    Jean-Yves

    HI,
    According to the certification matrix
    https://metalink.oracle.com/metalink/plsql/f?p=140:1:9614243620221198550:::::
    the Linux Ubuntu does not seem to be certified with DevSuite10g....
    Sim

  • 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 JDK on LINUX Ubuntu on system with no net/wireless?

    Hello!
    I need to install JDK on LINUX Ubuntu on system with no net/wireless connection.
    What are the commands?
    Thank you!
    Edited by: 800512 on 07:29 10/01/2011

    - Download your release of choice from http://www.oracle.com/technetwork/java/javase/downloads/index.html
    - Put the file on a USB thumb drive
    - Mount that drive on the target machine
    - Follow the installation instructions.
    The Linux/Ubuntu downloads of the JDK are offline installers (i.e. the downloaded file contains everything that's required). Only Windows currently has an online installer (smaller initial download, but requires a net connection for the actual installation)
    Alternatively: install the OpenJDK from the official Ubuntu packages using apt-zip (http://wiki.debian.org/AptZip).

  • Installing developer edition

    I have a PC using Vista Home edition and I have Dreamweaver 8
    installed.
    I downloaded the developer edition and installed it as a
    standalone. At the end of the installation process when I see the
    message "Step 1 completed successfully" (or similiar to that), I
    click on the "done" button to log in to the administrator and I get
    an error message saying it can't find
    http://127.0.1:8500/CFIDE/admnistrator/index.cfm.
    I tried the url
    http://localhost/ and that didn't
    work.
    Edited original message:
    I got to thinking that maybe it was the Vista firewall
    causing the problem so I added port 8500 and configured it to allow
    127.0.0.1:8500. I uninstalled and then re-installed. It didn't
    help. I ran into the same problem.
    However, the CF administrator did load in the browser. I
    entered my password and it took a long time, but the server did
    configure. I don't know if adding the port helped because I tried
    entering my password before and it took such a long time, I thought
    it was stuck on the configuration. Maybe I never had a problem to
    begin with.

    Did you try:
    http://127.0.0.1/CFIDE/administrator/index.cfm
    Other than that I would suggest contacting Adobe Support. I
    am not 100%
    sure, but I think they provide free technical support for
    installation
    issues.
    Ken Ford
    Adobe Community Expert - Dreamweaver
    Fordwebs, LLC
    http://www.fordwebs.com
    "hilandrfan" <[email protected]> wrote in
    message
    news:ful9p3$6l$[email protected]..
    >I followed each of the steps you listed and made sure I
    used the settings
    >in
    > the image you indicated. During the installation
    process, I made sure
    > "All IIS
    > websites" was selected. The installation showed the path
    > "C:\inetpub/wwwroot"
    > like you showed.
    >
    > It didn't fix the problem.
    >
    > The "installation complete" window says "to continue,
    log in to the
    > Confguration Wizard at
    http://localhost/CFIDE/administrator/index.cfm".
    I
    > click on "done" and I get I get a
    Windows\system32\cmd.exe window and the
    > same
    > error message dialog box "Windows cannot find
    > '
    http://127.0.0.1/CFIDE/administrator/index.cfm'.
    Make sure you typed the
    > name
    > correctly, and then try again" and the CF Administrator
    Login window opens
    > in
    > my browser.
    >
    > Could this be a Windows Vista firewall problem? Should I
    uninstall,
    > disable
    > the firewall, and try your steps again?
    >
    > Thank you for your help.
    >

  • How to install Oracle client on UBUNTU LInux

    Hi,
    I want to install oracle client on ubuntu linux. Which version of oracle client works on it and is there any other tool which i can install instead of oracle client?
    Regards,
    RJiv.

    RJiv wrote:
    Hi,
    I want to install oracle client on ubuntu linux. Which version of oracle client works on it All recent Oracle version support different Linux flavours
    The problem is Oracle usually don't provide direct Oracle Client download except for Windows. You need to download the Server installation file and install the client piece. The download files are rather large.
    and is there any other tool which i can install instead of oracle client?It depends on what you plan to do with Oracle client and why you need it.
    On alternative is instance client, it has direct download for all supported platform.
    http://www.oracle.com/technology/software/tech/oci/instantclient/index.html

  • 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

  • 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.

  • Hey !! do you know how to install developer 6i for linux redhat7.1?

    Currently I am working on a Windows environment. I downloaded developer 6i for linux and I read the documentation and I did the preinstallation tasks. But when I started the installation an error ocurred saying that some folders did not exist. This is not logig to me, because I am installing and therefore no folder should exist. Do I need to install something before in solve that problem???
    For GOD, Christ and all saints do you know how to help me....
    Thank you anyway!!
    null

    I found the best way to handle using the program between networked computers is to use extension arguments.
    Simply.
    Install the program as administrator BUT do not let it start when installed.
    Then edit the properties of the desktop icon so that it has properties so that you run firefox with command line arguments (www.kb.mozillazine.org/command_line_arguments)
    Thus if your desktop icon on each Pc is firefox.exe -profile "h:\firefox\profile"
    Firefox when started with this desktop icon will always use the profile on the server drive H
    Once this is completed you can run the program and it will create the profile in the selected drive location.
    if you delete the profile it will create another in the same location.
    This also works for Mozilla Thunderbird.
    Hope this helps anyone that had the same problem as me.
    Berni

  • How to install developer tools on late 2010 MBA?

    Hi Folks,
    How can I install the developer tools from the USB stick? I could not find them.
    Thanks,
    Vitalstatistix

    I followed the link you gave.  The only download I saw was for Xcode 4, and they either wanted $5 to purchase it from the app store or a 1 year mac developer license thing which was $100.
    <Edited by Host>

  • How to install Developer Tools via command line

    Hello,
    is there a way, to install the Developer Tool via Command line?
    I need only the unix tools.
    I have to install the unix tools over a ssh connection.
    Thanks in advance and best regards
    Martin

    I followed the link you gave.  The only download I saw was for Xcode 4, and they either wanted $5 to purchase it from the app store or a 1 year mac developer license thing which was $100.
    <Edited by Host>

Maybe you are looking for

  • How can I stop tabs from "constantly" "reloading" themselves?

    Starting with the Firefox 4 update, tabs appear to keep repeatedly "reloading" themselves somewhat, bogging down my computer quickly when several tabs are open. How can I disable the tabs from "constantly" (or very frequently) "reloading" themselves?

  • Runtime error in ALV interactive report

    Hi all, While clicking the cutomer no to get the order details am getting run time error. Your help will be rewarded. REPORT  Z_INTERACTIVE_ALV. TYPE-POOLS : SLIS. TABLES : KNA1. TYPES : BEGIN OF TY_KNA1,        KUNNR  TYPE  KUNNR,        NAME1  TYPE

  • One user accounts hung up, all others fine

    i am running an imac g5 (1.8 ghz) w/ 1.5gb ram. just upgraded to 10.4 last month with no problem. i run 4 accounts on the machine. one of the accounts is expereincing extremeley slow click reaction and application launch speed speeds. like 5 minutes

  • Duplicate Keys

    Hi, i have a question: Because of same Problems with replication, i had to apply again some replicated trailfiles. It worked fine, some duplicate have been written to the discardfile, but this has been the expected result. My Question: In such a case

  • My MacBook Pro keeps shutting down because of an error

    Can anyone help me?? I work for a non-profit and use my MacBook all day, I try not to download things from the internet and try to power down at least 1-2x weekly. My computer has shut down 2x today alone and I can't get any work done. I'm okay with