MacPorts MythTV
Craig Treleaven
ctreleaven at cogeco.ca
Thu Sep 27 06:18:31 PDT 2012
Yes, I thought that might happen, you are running into:
https://trac.macports.org/ticket/35934
The workaround is to stop the backend with Myth_Stop_Start and then
recompile myth with another compiler:
sudo port uninstall mythtv-core.25
sudo port clean mythtv-core.25
sudo port install clang-3.0
sudo port install mythtv-core.25 configure.compiler=macports-clang-3.0
I'm putting through an update to the port to do this automatically
but it may take a little while longer to get committed.
Craig
At 8:52 AM -0400 9/27/12, Monty Lewis wrote:
>Thank you Craig. This has helped a lot. I have created a new
>database and have gotten all the way through the setup process and I
>can confirm that the database has been created and filled with
>mythfilldatabase.
>
>My only problem now seems to be launching the frontend. When I
>launch the Myth_Frontend.app, it tries to launch the frontend, but
>it crashes each time.
>
>If I try and launch it from terminal, I get this:
>
>sh-3.2# /opt/local/bin/mythfrontend
>2012-09-27 08:48:19.527293 C mythfrontend version: fixes/0.25
>[v0.25.2-46cab935-MacPorts] www.mythtv.org
>2012-09-27 08:48:19.527321 C Qt version: compile: 4.8.3, runtime: 4.8.3
>2012-09-27 08:48:19.527326 N Enabled verbose msgs: general
>2012-09-27 08:48:19.527353 N Setting Log Level to LOG_INFO
>2012-09-27 08:48:19.527401 I Added logging to the console
>2012-09-27 08:48:19.527412 I Added database logging to table logging
>2012-09-27 08:48:19.527459 N Setting up SIGHUP handler
>2012-09-27 08:48:19.527563 N Using runtime prefix = /opt/local
>2012-09-27 08:48:19.527595 N Using configuration directory =
>/var/root/.mythtv
>2012-09-27 08:48:19.527729 I Assumed character encoding: en_US.UTF-8
>2012-09-27 08:48:19.528887 E Unable to read configuration file mysql.txt
>2012-09-27 08:48:19.529184 N Empty LocalHostName.
>2012-09-27 08:48:19.529191 I Using localhost value of katahdin.local
>2012-09-27 08:48:19.556904 N Setting QT default locale to en_US
>2012-09-27 08:48:19.556913 I Current locale en_US
>2012-09-27 08:48:19.557473 N Reading locale defaults from
>/opt/local/share/mythtv//locales/en_us.xml
>2012-09-27 08:48:19.627085 E LIRC: Failed to connect to Unix socket
>'/var/run/lirc/lircd'
> eno: No such file or directory (2)
>2012-09-27 08:48:19.627375 E
>AppleRemote::_findAppleRemoteDevice(AppleIRController) failed
>2012-09-27 08:48:19.627418 E
>AppleRemote::_findAppleRemoteDevice(AppleTVIRReceiver) failed
>2012-09-27 08:48:19.627423 E AppleRemote::startListening() failed
>2012-09-27 08:48:19.631380 I Binding to UDP 127.0.0.1:0
>2012-09-27 08:48:19.631634 I Binding to UDP [fe80::1%lo0]:0
>2012-09-27 08:48:19.631820 I Binding to UDP [::1]:0
>2012-09-27 08:48:19.632002 I Binding to UDP [fe80::21f:5bff:fe2f:5958%en0]:0
>2012-09-27 08:48:19.632193 I Binding to UDP
>[fe80::dd84:2515:4fab:8b8c%utun0]:0
>2012-09-27 08:48:19.683284 N Desktop video mode: 2560x1600 60.000 Hz
>2012-09-27 08:48:19.696176 I Listening on TCP 127.0.0.1:6547
>2012-09-27 08:48:19.696371 I Listening on TCP [fe80::1%lo0]:6547
>2012-09-27 08:48:19.696532 I Listening on TCP [::1]:6547
>2012-09-27 08:48:19.696693 I Listening on TCP
>[fe80::21f:5bff:fe2f:5958%en0]:6547
>2012-09-27 08:48:19.696862 I Listening on TCP
>[fe80::dd84:2515:4fab:8b8c%utun0]:6547
>Segmentation fault: 11
>
>
>Attached is the diagnostics report.
>
>If you have any insight as to what may be happening, I would really
>appreciate you help.
>
>Regards, Monty
>
>
>Process: mythfrontend [55605]
>Path: /opt/local/bin/mythfrontend
>Identifier: mythfrontend
>Version: 0
>Code Type: X86-64 (Native)
>Parent Process: ??? [1]
>User ID: 501
>
>Date/Time: 2012-09-27 08:30:32.067 -0400
>OS Version: Mac OS X 10.8.2 (12C54)
>Report Version: 10
>Sleep/Wake UUID: E4830C15-C832-4A5B-A371-65057EA2CAD8
>
>Crashed Thread: 0 Dispatch queue: com.apple.main-thread
>
>Exception Type: EXC_BAD_ACCESS (SIGSEGV)
>Exception Codes: EXC_I386_GPFLT
>
>Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
>0 libunwind.dylib 0x00007fff8d95ce9c
>libunwind::CompactUnwinder_x86_64<libunwind::LocalAddressSpace>::stepWithCompactEncodingFrameless(unsigned
>int, unsigned long long, libunwind::LocalAddressSpace&,
>libunwind::Registers_x86_64&, bool) + 548
>1 libunwind.dylib 0x00007fff8d95a5c0
>libunwind::CompactUnwinder_x86_64<libunwind::LocalAddressSpace>::stepWithCompactEncoding(unsigned
>int, unsigned long long, libunwind::LocalAddressSpace&,
>libunwind::Registers_x86_64&) + 86
>2 libunwind.dylib 0x00007fff8d95a50e
>libunwind::UnwindCursor<libunwind::LocalAddressSpace,
>libunwind::Registers_x86_64>::step() + 58
>3 libobjc.A.dylib 0x00007fff86df87af
>objc_addExceptionHandler + 79
>4 com.apple.CoreFoundation 0x00007fff9110c20c
>_CFDoExceptionOperation + 380
>5 com.apple.AppKit 0x00007fff896d2aab
>-[NSViewHierarchyLock _lockForWriting:handler:] + 686
>6 com.apple.AppKit 0x00007fff897fe56f
>__19-[NSWindow release]_block_invoke_0 + 438
>7 com.apple.AppKit 0x00007fff896c2aea -[NSWindow
>release] + 112
>8 QtGui 0x000000010cf8edb9
>QWidgetPrivate::setParent_sys(QWidget*, QFlags<Qt::WindowType>) +
>1801
>9 QtGui 0x000000010d030f6e
>QWidget::setParent(QWidget*, QFlags<Qt::WindowType>) + 622
>10 QtGui 0x000000010d041524
>QWidget::setWindowFlags(QFlags<Qt::WindowType>) + 100
>11 libmythui-0.25.0.dylib 0x0000000109b5c195
>MythMainWindow::Init() + 837
>12 mythfrontend 0x0000000107c06f05 main + 6917
>13 libdyld.dylib 0x00007fff8a7d77e1 start + 1
>
>Thread 1:: Dispatch queue: com.apple.libdispatch-manager
>0 libsystem_kernel.dylib 0x00007fff902b1d16 kevent + 10
>1 libdispatch.dylib 0x00007fff908bedea
>_dispatch_mgr_invoke + 883
>2 libdispatch.dylib 0x00007fff908be9ee
>_dispatch_mgr_thread + 54
>
>Thread 2:
>0 libsystem_kernel.dylib 0x00007fff902b16d6
>__workq_kernreturn + 10
>1 libsystem_c.dylib 0x00007fff8d59aeec
>_pthread_workq_return + 25
>2 libsystem_c.dylib 0x00007fff8d59acb3
>_pthread_wqthread + 412
>3 libsystem_c.dylib 0x00007fff8d585171 start_wqthread + 13
>
>Thread 3:
>0 libsystem_kernel.dylib 0x00007fff902b16d6
>__workq_kernreturn + 10
>1 libsystem_c.dylib 0x00007fff8d59aeec
>_pthread_workq_return + 25
>2 libsystem_c.dylib 0x00007fff8d59acb3
>_pthread_wqthread + 412
>3 libsystem_c.dylib 0x00007fff8d585171 start_wqthread + 13
>
>Thread 4:
>0 libsystem_kernel.dylib 0x00007fff902b16d6
>__workq_kernreturn + 10
>1 libsystem_c.dylib 0x00007fff8d59aeec
>_pthread_workq_return + 25
>2 libsystem_c.dylib 0x00007fff8d59acb3
>_pthread_wqthread + 412
>3 libsystem_c.dylib 0x00007fff8d585171 start_wqthread + 13
>
>Thread 5:: DBLogger
>0 libsystem_kernel.dylib 0x00007fff902b10fa __psynch_cvwait + 10
>1 libsystem_c.dylib 0x00007fff8d59cf89
>_pthread_cond_wait + 869
>2 QtCore 0x000000010aba7929
>QWaitConditionPrivate::wait(unsigned long) + 185
>3 QtCore 0x000000010aba779d
>QWaitCondition::wait(QMutex*, unsigned long) + 109
>4 libmythbase-0.25.0.dylib 0x00000001099fb972
>DBLoggerThread::run() + 578
>5 QtCore 0x000000010aba6308
>QThreadPrivate::start(void*) + 504
>6 libsystem_c.dylib 0x00007fff8d598742 _pthread_start + 327
>7 libsystem_c.dylib 0x00007fff8d585181 thread_start + 13
>
>Thread 6:: Logger
>0 libsystem_kernel.dylib 0x00007fff902b10fa __psynch_cvwait + 10
>1 libsystem_c.dylib 0x00007fff8d59cf89
>_pthread_cond_wait + 869
>2 QtCore 0x000000010aba7929
>QWaitConditionPrivate::wait(unsigned long) + 185
>3 QtCore 0x000000010aba779d
>QWaitCondition::wait(QMutex*, unsigned long) + 109
>4 libmythbase-0.25.0.dylib 0x00000001099fc53d
>LoggerThread::run() + 189
>5 QtCore 0x000000010aba6308
>QThreadPrivate::start(void*) + 504
>6 libsystem_c.dylib 0x00007fff8d598742 _pthread_start + 327
>7 libsystem_c.dylib 0x00007fff8d585181 thread_start + 13
>
>Thread 7:: com.apple.CFSocket.private
>0 libsystem_kernel.dylib 0x00007fff902b1322 __select + 10
>1 com.apple.CoreFoundation 0x00007fff910fc4e6
>__CFSocketManager + 1302
>2 libsystem_c.dylib 0x00007fff8d598742 _pthread_start + 327
>3 libsystem_c.dylib 0x00007fff8d585181 thread_start + 13
>
>Thread 8:: SignalingTimer
>0 libsystem_kernel.dylib 0x00007fff902b10fa __psynch_cvwait + 10
>1 libsystem_c.dylib 0x00007fff8d59cf89
>_pthread_cond_wait + 869
>2 QtCore 0x000000010aba6aa7
>QThread::usleep(unsigned long) + 199
>3 libmythbase-0.25.0.dylib 0x0000000109947179
>non-virtual thunk to MythSignalingTimer::run() + 41
>4 QtCore 0x000000010aba6308
>QThreadPrivate::start(void*) + 504
>5 libsystem_c.dylib 0x00007fff8d598742 _pthread_start + 327
>6 libsystem_c.dylib 0x00007fff8d585181 thread_start + 13
>
>Thread 9:: SSDP
>0 libsystem_kernel.dylib 0x00007fff902b1322 __select + 10
>1 libmythupnp-0.25.0.dylib 0x00000001097f58b1 SSDP::run() + 433
>2 QtCore 0x000000010aba6308
>QThreadPrivate::start(void*) + 504
>3 libsystem_c.dylib 0x00007fff8d598742 _pthread_start + 327
>4 libsystem_c.dylib 0x00007fff8d585181 thread_start + 13
>
>Thread 10:: TaskQueue
>0 libsystem_kernel.dylib 0x00007fff902b1386
>__semwait_signal + 10
>1 libsystem_c.dylib 0x00007fff8d622800 nanosleep + 163
>2 libsystem_c.dylib 0x00007fff8d622717 usleep + 54
>3 libmythupnp-0.25.0.dylib 0x00000001098096ee
>UPnpNotifyTask::SendNotifyMsg(MSocketDevice*, QString, QString) +
>4398
>4 libmythupnp-0.25.0.dylib 0x0000000109809f97
>UPnpNotifyTask::ProcessDevice(MSocketDevice*, UPnpDevice*) + 87
>5 libmythupnp-0.25.0.dylib 0x0000000109809e58
>UPnpNotifyTask::Execute(TaskQueue*) + 248
>6 libmythupnp-0.25.0.dylib 0x00000001097fbae5
>TaskQueue::run() + 293
>7 QtCore 0x000000010aba6308
>QThreadPrivate::start(void*) + 504
>8 libsystem_c.dylib 0x00007fff8d598742 _pthread_start + 327
>9 libsystem_c.dylib 0x00007fff8d585181 thread_start + 13
>
>Thread 0 crashed with X86 Thread State (64-bit):
> rax: 0x00007fff8d95ce9c rbx: 0x00007fff580035e0 rcx:
>0x00007fff58003630 rdx: 0x0000800044818c5b
> rdi: 0x00007fff8d95cf44 rsi: 0x0000000000000000 rbp:
>0x00007fff580034d0 rsp: 0x00007fff58003480
> r8: 0x0000000000000001 r9: 0x00000000ec81488b r10:
>0x0000000000000006 r11: 0x0000000107c09990
> r12: 0x0000000000000000 r13: 0x0000000000000000 r14:
>0x0000000000000000 r15: 0x0000000000000000
> rip: 0x00007fff8d95ce9c rfl: 0x0000000000010207 cr2: 0x0000000107ef151d
>Logical CPU: 4
>
>Binary Images:
> 0x107bfb000 - 0x107f1cff7 +mythfrontend (0)
><22E684A1-A09D-3083-B57F-03AA70903608> /opt/local/bin/mythfrontend
> 0x10804a000 - 0x1088e8ff7 +libmythtv-0.25.0.dylib (0)
><825434D9-0D93-3610-97EE-5E0301B47C2D>
>/opt/local/lib/libmythtv-0.25.0.dylib
> 0x108c75000 - 0x108cc4fff +libmythswscale.dylib (0)
><E8710081-D42F-3EB6-B162-4C752401E467>
>/opt/local/lib/libmythswscale.dylib
> 0x108ccc000 - 0x108d7cfff +libmythavformat.dylib (0)
><91ACF0D4-DC9C-3E78-96FA-0A56521417B9>
>/opt/local/lib/libmythavformat.dylib
> 0x108da3000 - 0x109248fff +libmythavcodec.dylib (0)
><DA617DBF-4AED-3163-9A6E-7CF8B363909E>
>/opt/local/lib/libmythavcodec.dylib
> 0x1097bd000 - 0x1097d1ff7 +libmythavutil.dylib (0)
><FCBB4F26-E8D0-3890-9906-EBF814C3F444>
>/opt/local/lib/libmythavutil.dylib
> 0x1097dd000 - 0x1098a2ff7 +libmythupnp-0.25.0.dylib
>(0) <33DF5632-163E-3B8E-B86C-3976283691ED>
>/opt/local/lib/libmythupnp-0.25.0.dylib
> 0x1098fb000 - 0x109abaff7 +libmythbase-0.25.0.dylib
>(0) <EB0ADA56-6E03-3C47-A153-A1703A93CA60>
>/opt/local/lib/libmythbase-0.25.0.dylib
> 0x109b47000 - 0x109cd7fff +libmythui-0.25.0.dylib (0)
><796A3A1A-3869-3A03-90AE-0FEDC421CF40>
>/opt/local/lib/libmythui-0.25.0.dylib
> 0x109d99000 - 0x10a0b6fff +libmyth-0.25.0.dylib (0)
><A3CFC84B-D1B9-3BE0-8090-EAAE22AEB446>
>/opt/local/lib/libmyth-0.25.0.dylib
> 0x10a193000 - 0x10a229ff7
>+libmythmetadata-0.25.0.dylib (0)
><D6863F00-CC09-3E88-902A-1243DB59FD06>
>/opt/local/lib/libmythmetadata-0.25.0.dylib
> 0x10a275000 - 0x10a2a4fff
>+libmythservicecontracts-0.25.0.dylib (0)
><5D9B88A1-BF13-34E0-8D06-8D19D62E4DC5>
>/opt/local/lib/libmythservicecontracts-0.25.0.dylib
> 0x10a2d3000 - 0x10a306ff7
>+libmythprotoserver-0.25.0.dylib (0)
><6CBB0369-E56B-39F7-AC71-F8C78577FB39>
>/opt/local/lib/libmythprotoserver-0.25.0.dylib
> 0x10a324000 - 0x10a39aff7
>+libmythlivemedia-0.25.0.dylib (0)
><68CD4B61-EA05-3A86-BF3F-DD1E58F0255E>
>/opt/local/lib/libmythlivemedia-0.25.0.dylib
> 0x10a455000 - 0x10a4b8fff
>+libmythfreemheg-0.25.0.dylib (0)
><C2CE737C-68F0-39C4-B462-C695A25FC5B5>
>/opt/local/lib/libmythfreemheg-0.25.0.dylib
> 0x10a523000 - 0x10a531ff7
>+libmythhdhomerun-0.25.0.dylib (0)
><DA829F10-2F4D-3F54-854F-5D8FD170D37A>
>/opt/local/lib/libmythhdhomerun-0.25.0.dylib
> 0x10a544000 - 0x10a549ff7 +libXrandr.2.dylib (0)
><3D16D8B1-7103-3BE5-8513-B2D3BF7D2692>
>/opt/local/lib/libXrandr.2.dylib
> 0x10a552000 - 0x10a682ff7 +libxml2.2.dylib (0)
><7E4F5267-98D3-3569-90C4-9D8B6BB98DB0> /opt/local/lib/libxml2.2.dylib
> 0x10a6b8000 - 0x10a7ecff7 +libcrypto.1.0.0.dylib (0)
><E1E81F39-F588-3026-877A-AA89186D22F0>
>/opt/local/lib/libcrypto.1.0.0.dylib
> 0x10a860000 - 0x10a8f3fff +libx264.119.dylib (0)
><60A20B61-CB80-38DD-A7E0-9373A0A95800>
>/opt/local/lib/libx264.119.dylib
> 0x10a93e000 - 0x10a97afff +libmp3lame.0.dylib (0)
><08E26B79-15F2-3BBD-AEDD-C21873B429B0>
>/opt/local/lib/libmp3lame.0.dylib
> 0x10a9b3000 - 0x10aa37fff +libfreetype.6.dylib (0)
><4D558B3B-A5E1-39CB-880C-A15C43841027>
>/opt/local/lib/libfreetype.6.dylib
> 0x10aa50000 - 0x10aa61ff7 +libz.1.dylib (0)
><AA4FF1B1-84C3-3CB9-A5B0-2DF2C9B51C11> /opt/local/lib/libz.1.dylib
> 0x10aa6b000 - 0x10aa79ff7 +libbz2.1.0.dylib (0)
><8110344B-9188-3D7A-8FC6-7D06AC201F32>
>/opt/local/lib/libbz2.1.0.dylib
> 0x10aa84000 - 0x10aaf4fff +QtDBus (0)
><1DDFACF5-AF2B-313C-9F57-351D92A5F5A5>
>/opt/local/Library/Frameworks/QtDBus.framework/Versions/4/QtDBus
> 0x10ab22000 - 0x10ab62fff +QtXml (0)
><616225DC-1224-348B-ADC2-B4F55E6E1599>
>/opt/local/Library/Frameworks/QtXml.framework/Versions/4/QtXml
> 0x10ab82000 - 0x10ae15fff +QtCore (0)
><71F3BC9A-0EEC-336B-9F5C-88D738CB5A80>
>/opt/local/Library/Frameworks/QtCore.framework/Versions/4/QtCore
> 0x10aebe000 - 0x10aec3fff com.apple.agl (3.2.1 -
>AGL-3.2.1) <1A57AE22-37F6-3A2E-8098-183B280EEEA9>
>/System/Library/Frameworks/AGL.framework/Versions/A/AGL
> 0x10aed1000 - 0x10c2b1ff7 +QtWebKit (0)
><156242AF-2EF6-3B05-BB40-4DCA32DFF30D>
>/opt/local/Library/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
> 0x10cb66000 - 0x10cd49fff +QtScript (0)
><5B151639-83FD-34AF-9137-BFF725EE31B8>
>/opt/local/Library/Frameworks/QtScript.framework/Versions/4/QtScript
> 0x10cdfe000 - 0x10ce30ff7 +QtSql (0)
><0A5B3BC3-C3A5-34C9-8094-540AF441E90E>
>/opt/local/Library/Frameworks/QtSql.framework/Versions/4/QtSql
> 0x10ce4e000 - 0x10cf1cfff +QtOpenGL (0)
><42E74943-985A-368B-972C-6E2D079E6530>
>/opt/local/Library/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
> 0x10cf68000 - 0x10d895ff7 +QtGui (0)
><7061C4DD-359F-3436-844C-8927BB877BFF>
>/opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui
> 0x10db55000 - 0x10dc6fff7 +QtNetwork (0)
><1BDFF964-D6EF-3164-9988-809EDDF8FB1F>
>/opt/local/Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
> 0x10dcdc000 - 0x10dce8ff7 +libXext.6.dylib (0)
><878926ED-AFDB-3211-B240-2A5062040C15> /opt/local/lib/libXext.6.dylib
> 0x10dcee000 - 0x10dcf4fff +libXrender.1.dylib (0)
><8EF39FA2-07DF-3C08-BEF2-666F03D6FAEC>
>/opt/local/lib/libXrender.1.dylib
> 0x10dcfe000 - 0x10de0fff7 +libX11.6.dylib (0)
><5B020677-6E1A-3DD8-9D6A-E60EE1E93E1C> /opt/local/lib/libX11.6.dylib
> 0x10de34000 - 0x10de49ff7 +libxcb.1.dylib (0)
><EB46F9B6-6932-3C34-BD5C-8E1DA99F5947> /opt/local/lib/libxcb.1.dylib
> 0x10de5e000 - 0x10de5fff7 +libXau.6.dylib (0)
><AEF87EE9-166A-33F1-9D89-2A460B0CEAB7> /opt/local/lib/libXau.6.dylib
> 0x10de63000 - 0x10de66fff +libXdmcp.6.dylib (0)
><F0AA0B56-7758-3EB1-B0E6-0FE46A462C45>
>/opt/local/lib/libXdmcp.6.dylib
> 0x10de6d000 - 0x10de8cfff +liblzma.5.dylib (0)
><5BDF4AAA-0CF2-3E03-B0EC-9124EC41B4EF> /opt/local/lib/liblzma.5.dylib
> 0x10de93000 - 0x10df8bff7 +libiconv.2.dylib (0)
><1914316E-52FA-3DC3-9CE7-6D2D71CFD4DB>
>/opt/local/lib/libiconv.2.dylib
> 0x10df9c000 - 0x10dfbfff7 +libpng15.15.dylib (0)
><54F5272D-310A-3357-9861-4D75C9E0D8C9>
>/opt/local/lib/libpng15.15.dylib
> 0x10dfcb000 - 0x10e010ff7 +libssl.1.0.0.dylib (0)
><8C0D5973-A772-3E1E-891B-F7BCC0B43781>
>/opt/local/lib/libssl.1.0.0.dylib
> 0x10e02e000 - 0x10e0e8ff7 +libsqlite3.0.dylib (0)
><4AA4E915-31F0-333F-85AB-E04679E88EDA>
>/opt/local/lib/libsqlite3.0.dylib
> 0x10e0f9000 - 0x10e133ff7 +libdbus-1.3.dylib (0)
><C37F7098-9C86-34B7-9093-5546BF16C121>
>/opt/local/lib/libdbus-1.3.dylib
> 0x10f6e3000 - 0x10f6f0fff +libqsqlmysql.dylib (0)
><4748D8F8-8C23-3E6E-B1A7-53038C204577>
>/opt/local/share/*/libqsqlmysql.dylib
> 0x10f72e000 - 0x10f752ff7 com.apple.security.csparser
>(3.0 - 55179.1) <E3D8D12B-84F7-3746-A019-F1AB5B150DF8>
>/System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
> 0x10ff6b000 - 0x110024ff7 ColorSyncDeprecated.dylib
>(400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
> 0x1100ef000 - 0x110204fff +libmysqlclient_r.16.dylib
>(0) <B88A98B0-0CE8-3685-B2CA-6C08A5EDA1E3>
>/opt/local/lib/*/libmysqlclient_r.16.dylib
> 0x7fff677fb000 - 0x7fff6782f93f dyld (210.2.3)
><A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
> 0x7fff85c05000 - 0x7fff85c0bfff libmacho.dylib (829)
><BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
> 0x7fff865af000 - 0x7fff86609fff
>com.apple.print.framework.PrintCore (8.1 - 387.1)
><1FA17B75-33E6-35BD-9198-35F92E37B248>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x7fff8687f000 - 0x7fff86901fff com.apple.Heimdal (3.0 -
>2.0) <660A6C64-4912-32C8-A332-B64164032A2D>
>/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
> 0x7fff86902000 - 0x7fff86941ff7 com.apple.QD (3.42 - 285)
><8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x7fff86942000 - 0x7fff86955ff7 libbsm.0.dylib (32)
><F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
> 0x7fff86970000 - 0x7fff86987fff com.apple.CFOpenDirectory
>(10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14>
>/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
> 0x7fff86990000 - 0x7fff869b7fff
>com.apple.framework.familycontrols (4.1 - 410)
><AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6>
>/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
> 0x7fff869b8000 - 0x7fff869f2fff com.apple.GSS (3.0 - 2.0)
><0BDF8090-5EF4-3759-94DE-8521D74188AA>
>/System/Library/Frameworks/GSS.framework/Versions/A/GSS
> 0x7fff869f3000 - 0x7fff869f3fff com.apple.Carbon (154 -
>155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8>
>/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
> 0x7fff869f4000 - 0x7fff86a40ff7 libauto.dylib (185.1)
><73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
> 0x7fff86a41000 - 0x7fff86a42fff liblangid.dylib (116)
><864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
> 0x7fff86a43000 - 0x7fff86a45fff
>com.apple.TrustEvaluationAgent (2.0 - 23)
><A97D348B-32BF-3E52-8DF2-59BFAD21E1A3>
>/System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
> 0x7fff86dd2000 - 0x7fff86decfff
>com.apple.CoreMediaAuthoring (2.1 - 914)
><CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1>
>/System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
> 0x7fff86ded000 - 0x7fff86f0592f libobjc.A.dylib (532.2)
><90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
> 0x7fff86f11000 - 0x7fff86f1efff libbz2.1.0.dylib (29)
><CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
> 0x7fff86f20000 - 0x7fff86f2dff7 com.apple.NetAuth (4.0 -
>4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810>
>/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
> 0x7fff86f2e000 - 0x7fff86f59fff
>com.apple.framework.Apple80211 (8.0.1 - 801.17)
><05786C8E-8C6F-31AF-80B5-9C98175757B4>
>/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
> 0x7fff86f68000 - 0x7fff87081ff7 com.apple.ImageIO.framework
>(3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD>
>/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x7fff87082000 - 0x7fff870a4ff7 com.apple.Kerberos (2.0 -
>1) <C49B8820-34ED-39D7-A407-A3E854153556>
>/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x7fff870e8000 - 0x7fff870ecff7 com.apple.TCC (1.0 - 1)
><F2F3B753-FC73-3543-8BBE-859FDBB4D6A6>
>/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
> 0x7fff87217000 - 0x7fff87223fff
>com.apple.CrashReporterSupport (10.8.2 - 414.3)
><B1A904D2-1944-39AD-9F43-F589CEE3FCC3>
>/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
> 0x7fff87224000 - 0x7fff87238fff
>com.apple.speech.synthesis.framework (4.1.12 - 4.1.12)
><94EDF2AB-809C-3D15-BED5-7AD45B2A7C16>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x7fff87239000 - 0x7fff8723efff libcache.dylib (57)
><65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
> 0x7fff87281000 - 0x7fff87289ff7 libsystem_dnssd.dylib
>(379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C>
>/usr/lib/system/libsystem_dnssd.dylib
> 0x7fff8728a000 - 0x7fff872cefff libcups.2.dylib (327)
><9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
> 0x7fff872cf000 - 0x7fff8734fff7
>com.apple.ApplicationServices.ATS (332 - 341.1)
><BD83B039-AB25-3E3E-9975-A67DAE66988B>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x7fff87395000 - 0x7fff87543fff com.apple.QuartzCore (1.8 -
>304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6>
>/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x7fff87544000 - 0x7fff877e8fff com.apple.CoreImage (8.2.2
>- 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0>
>/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
> 0x7fff877e9000 - 0x7fff877f7ff7 libsystem_network.dylib
>(77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587>
>/usr/lib/system/libsystem_network.dylib
> 0x7fff877fd000 - 0x7fff87c1afff FaceCoreLight (2.4.1)
><A34C9575-C4C1-31B1-809B-7751070B4E8B>
>/System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
> 0x7fff87c6f000 - 0x7fff87c73fff libCoreVMClient.dylib
>(24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31>
>/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
> 0x7fff87e6d000 - 0x7fff87edaff7 com.apple.framework.IOKit
>(2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F>
>/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x7fff883d1000 - 0x7fff8841cff7 com.apple.CoreMedia (1.0 -
>926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A>
>/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
> 0x7fff884c5000 - 0x7fff884d0fff libsystem_notify.dylib
>(98.5) <C49275CC-835A-3207-AFBA-8C01374927B6>
>/usr/lib/system/libsystem_notify.dylib
> 0x7fff884d1000 - 0x7fff884eefff com.apple.openscripting
>(1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A>
>/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
> 0x7fff884ef000 - 0x7fff88633fef
>com.apple.MediaControlSender (1.4.5 - 145.3)
><3A308EA3-21F7-3213-9157-D3421EB43715>
>/System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
> 0x7fff88634000 - 0x7fff88641fff
>com.apple.AppleFSCompression (49 - 1.0)
><5508344A-2A7E-3122-9562-6F363910A80E>
>/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
> 0x7fff88642000 - 0x7fff88667ff7 libc++abi.dylib (24.4)
><E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
> 0x7fff886eb000 - 0x7fff889bbfff com.apple.security (7.0 -
>55179.1) <639641EF-8156-3190-890C-1053658E044A>
>/System/Library/Frameworks/Security.framework/Versions/A/Security
> 0x7fff889f1000 - 0x7fff889f9fff liblaunch.dylib (442.26.2)
><2F71CAF8-6524-329E-AC56-C506658B4C0C>
>/usr/lib/system/liblaunch.dylib
> 0x7fff88a08000 - 0x7fff88a3efff com.apple.DebugSymbols (98
>- 98) <14E788B1-4EB2-3FD7-934B-849534DFC198>
>/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
> 0x7fff88a3f000 - 0x7fff88a41fff libquarantine.dylib (52)
><4BE2E642-A14F-340A-B482-5BD2AEFD9C24>
>/usr/lib/system/libquarantine.dylib
> 0x7fff88a9d000 - 0x7fff88abeff7 libCRFSuite.dylib (33)
><736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
> 0x7fff88abf000 - 0x7fff88ae9ff7 com.apple.CoreVideo (1.8 -
>99.3) <C424838A-889C-39E5-8108-FD05C93D26A0>
>/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0x7fff88b32000 - 0x7fff894c2c67 com.apple.CoreGraphics
>(1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x7fff894c3000 - 0x7fff89595ff7 com.apple.CoreText (260.0 -
>275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC>
>/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x7fff89596000 - 0x7fff895a0fff
>com.apple.speech.recognition.framework (4.1.5 - 4.1.5)
><D803919C-3102-3515-A178-61E9C86C46A1>
>/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x7fff895a1000 - 0x7fff895a5ff7 com.apple.CommonPanels
>(1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245>
>/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
> 0x7fff895a6000 - 0x7fff8a1d3ff7 com.apple.AppKit (6.8 -
>1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23>
>/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x7fff8a1d4000 - 0x7fff8a22bff7 com.apple.AppleVAFramework
>(5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0>
>/System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
> 0x7fff8a22c000 - 0x7fff8a22efff libCVMSPluginSupport.dylib
>(8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E>
>/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
> 0x7fff8a22f000 - 0x7fff8a23eff7 com.apple.opengl (1.8.6 -
>1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A>
>/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x7fff8a23f000 - 0x7fff8a289ff7 libGLU.dylib (8.6.1)
><DF45C1E3-3884-3991-B84F-F39B482E8BF8>
>/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x7fff8a28a000 - 0x7fff8a28ffff com.apple.OpenDirectory
>(10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0>
>/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
> 0x7fff8a290000 - 0x7fff8a2cdfe7 libGLImage.dylib (8.6.1)
><7F31DD61-3110-3541-A9BB-035CD1262E50>
>/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x7fff8a2ce000 - 0x7fff8a2cefff com.apple.CoreServices (57
>- 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D>
>/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x7fff8a2cf000 - 0x7fff8a3ccfff libsqlite3.dylib (138.1)
><ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
> 0x7fff8a651000 - 0x7fff8a651fff com.apple.Accelerate (1.8 -
>Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45>
>/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x7fff8a7d5000 - 0x7fff8a7d8ff7 libdyld.dylib (210.2.3)
><F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
> 0x7fff8a7e9000 - 0x7fff8a852fff libstdc++.6.dylib (56)
><EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
> 0x7fff8a853000 - 0x7fff8a854ff7 libsystem_sandbox.dylib
>(220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95>
>/usr/lib/system/libsystem_sandbox.dylib
> 0x7fff8a855000 - 0x7fff8a8d3ff7
>com.apple.securityfoundation (6.0 - 55115.4)
><C5461971-E455-31A6-99B8-AF80C4BC26DD>
>/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
> 0x7fff8b0d1000 - 0x7fff8b0f0ff7 libresolv.9.dylib (51)
><0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
> 0x7fff8b0f1000 - 0x7fff8b0f8fff com.apple.NetFS (5.0 - 4.0)
><82E24B9A-7742-3DA3-9E99-ED267D98C05E>
>/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
> 0x7fff8b0f9000 - 0x7fff8b10bff7 libz.1.dylib (43)
><2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
> 0x7fff8b10c000 - 0x7fff8b1a6fff libvMisc.dylib (380.6)
><714336EA-1C0E-3735-B31C-19DFDAAF6221>
>/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x7fff8b1b9000 - 0x7fff8b257ff7 com.apple.ink.framework
>(10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2>
>/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> 0x7fff8b2a9000 - 0x7fff8b2d5ff7 libRIP.A.dylib (324.6)
><5A7EB5C2-BA60-36D7-BF41-9853F37837AA>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0x7fff8b2d6000 - 0x7fff8b3d3ff7 libxml2.2.dylib (22.3)
><47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
> 0x7fff8b3d4000 - 0x7fff8b41cfff
>com.apple.framework.CoreWiFi (1.0 - 100.10)
><0E863B4A-1094-3F8D-BEDE-D99537E9C588>
>/System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
> 0x7fff8b425000 - 0x7fff8b425fff libOpenScriptingUtil.dylib
>(148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC>
>/usr/lib/libOpenScriptingUtil.dylib
> 0x7fff8b426000 - 0x7fff8b439ff7 com.apple.LangAnalysis
>(1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x7fff8b459000 - 0x7fff8b4b6ff7 com.apple.AE (645.3 -
>645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7>
>/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> 0x7fff8b4f3000 - 0x7fff8b5a4fff com.apple.LaunchServices
>(539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F>
>/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x7fff8b5a5000 - 0x7fff8b6a7fff libJP2.dylib (845)
><405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F>
>/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
> 0x7fff8b6a8000 - 0x7fff8b7f9fff
>com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8)
><833DA682-A3C1-39E7-AEC3-9EDC734DE2A9>
>/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x7fff8b9bb000 - 0x7fff8bcebff7 com.apple.HIToolbox (2.0 -
>625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944>
>/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 0x7fff8bcec000 - 0x7fff8bcf1fff libcompiler_rt.dylib (30)
><08F8731D-5961-39F1-AD00-4590321D24A9>
>/usr/lib/system/libcompiler_rt.dylib
> 0x7fff8bd72000 - 0x7fff8bd75fff libRadiance.dylib (845)
><E8956A35-494E-3014-8B86-362D32576116>
>/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x7fff8c042000 - 0x7fff8c15cfff com.apple.coreavchd (5.6.0
>- 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3>
>/System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
> 0x7fff8c15f000 - 0x7fff8c18afff libxslt.1.dylib (11.3)
><441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
> 0x7fff8c18b000 - 0x7fff8c1ceff7 com.apple.bom (12.0 - 192)
><0BF1F2D2-3648-36B7-BE4B-551A0173209B>
>/System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
> 0x7fff8c42b000 - 0x7fff8c431fff com.apple.DiskArbitration
>(2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15>
>/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x7fff8c432000 - 0x7fff8c86efff com.apple.VideoToolbox (1.0
>- 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17>
>/System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
> 0x7fff8c86f000 - 0x7fff8c8bafff
>com.apple.framework.CoreWLAN (3.0.1 - 301.11)
><8370178E-438C-375C-AA41-A8DEE60B8636>
>/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
> 0x7fff8c8bb000 - 0x7fff8c8bdff7
>com.apple.print.framework.Print (8.0 - 258)
><34666CC2-B86D-3313-B3B6-A9977AD593DA>
>/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
> 0x7fff8c8be000 - 0x7fff8c8f4fff libsystem_info.dylib
>(406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1>
>/usr/lib/system/libsystem_info.dylib
> 0x7fff8c90c000 - 0x7fff8cd05ff7 com.apple.MediaToolbox (1.0
>- 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5>
>/System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
> 0x7fff8cd06000 - 0x7fff8cd6efff libvDSP.dylib (380.6)
><CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60>
>/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> 0x7fff8cd6f000 - 0x7fff8cd86fff
>com.apple.GenerationalStorage (1.1 - 132.2)
><3F5C87BD-D866-3732-8CB9-D23ED9784D6E>
>/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
> 0x7fff8cd87000 - 0x7fff8ce7cfff libiconv.2.dylib (34)
><FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
> 0x7fff8ce7d000 - 0x7fff8cecafff com.apple.CoreMediaIO
>(301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C>
>/System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
> 0x7fff8cecb000 - 0x7fff8cf22ff7
>com.apple.ScalableUserInterface (1.0 - 1)
><F1D43DFB-1796-361B-AD4B-39F1EED3BE19>
>/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
> 0x7fff8cf23000 - 0x7fff8cf2efff com.apple.CommonAuth (3.0 -
>2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39>
>/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
> 0x7fff8cf2f000 - 0x7fff8cfb0fff com.apple.Metadata (10.7.0
>- 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D>
>/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> 0x7fff8cfb1000 - 0x7fff8d137fff libBLAS.dylib (1073.4)
><C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784>
>/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x7fff8d482000 - 0x7fff8d491ff7 libxar.1.dylib (105)
><370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
> 0x7fff8d4ed000 - 0x7fff8d4f1fff com.apple.IOSurface (86.0.3
>- 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571>
>/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
> 0x7fff8d584000 - 0x7fff8d650fe7 libsystem_c.dylib (825.25)
><8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B>
>/usr/lib/system/libsystem_c.dylib
> 0x7fff8d651000 - 0x7fff8d653ff7 libunc.dylib (25)
><92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
> 0x7fff8d654000 - 0x7fff8d657fff com.apple.help (1.3.2 - 42)
><343904FE-3022-3573-97D6-5FE17F8643BA>
>/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> 0x7fff8d6ad000 - 0x7fff8d81eff7 com.apple.QTKit (7.7.1 -
>2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4>
>/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
> 0x7fff8d81f000 - 0x7fff8d840fff com.apple.Ubiquity (1.2 -
>243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853>
>/System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
> 0x7fff8d841000 - 0x7fff8d8e7ff7
>com.apple.CoreServices.OSServices (557.4 - 557.4)
><841878A8-6F3E-300D-8F01-444B3CC1F41D>
>/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x7fff8d8e8000 - 0x7fff8d8f4fff libCSync.A.dylib (324.6)
><2033247A-CABC-3E20-8498-7367A8F44A08>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x7fff8d8f5000 - 0x7fff8d8fbfff libGFXShared.dylib (8.6.1)
><CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E>
>/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
> 0x7fff8d959000 - 0x7fff8d95fff7 libunwind.dylib (35.1)
><21703D36-2DAB-3D8B-8442-EAAB23C060D3>
>/usr/lib/system/libunwind.dylib
> 0x7fff8d9b1000 - 0x7fff8d9b5fff libGIF.dylib (845)
><2690CE83-E934-3EF8-A30A-996EDADCE3E4>
>/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x7fff8de24000 - 0x7fff8de32ff7 libkxld.dylib (2050.18.24)
><7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
> 0x7fff8de33000 - 0x7fff8e22afff libLAPACK.dylib (1073.4)
><D632EC8B-2BA0-3853-800A-20DA00A1091C>
>/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x7fff8e22b000 - 0x7fff8e240fff com.apple.ImageCapture (8.0
>- 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE>
>/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
> 0x7fff8e241000 - 0x7fff8e297ff7 com.apple.opencl (2.1.20 -
>2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E>
>/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
> 0x7fff8e2d1000 - 0x7fff8e2d1fff com.apple.Cocoa (6.7 - 19)
><1F77945C-F37A-3171-B22E-F7AB0FCBB4D4>
>/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x7fff8e2d2000 - 0x7fff8e2e8fff
>com.apple.MultitouchSupport.framework (235.28 - 235.28)
><BD78B16E-9B5A-3E07-93B4-13AD1A538CAC>
>/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
> 0x7fff8e2e9000 - 0x7fff8e317ff7 libsystem_m.dylib (3022.6)
><B434BE5C-25AB-3EBD-BAA7-5304B34E3441>
>/usr/lib/system/libsystem_m.dylib
> 0x7fff8e318000 - 0x7fff8e3f2ff7 com.apple.backup.framework
>(1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F>
>/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
> 0x7fff8e6b7000 - 0x7fff8ea13fff com.apple.Foundation (6.8 -
>945.11) <A5D41956-A354-3ACC-9355-BE200072223B>
>/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x7fff8eb9f000 - 0x7fff8eba3fff libCGXType.A.dylib (324.6)
><2FC25246-A69F-3F81-9AC6-0A1753E1C6A8>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
> 0x7fff8eba4000 - 0x7fff8ec61ff7 com.apple.ColorSync (4.8.0
>- 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x7fff8ecf2000 - 0x7fff8ef27ff7 com.apple.CoreData (106.1 -
>407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768>
>/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
> 0x7fff8ef55000 - 0x7fff8efa6ff7
>com.apple.SystemConfiguration (1.12.2 - 1.12.2)
><E095637C-457F-3D8F-AE32-A032F9D5A46C>
>/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x7fff8f047000 - 0x7fff8f04bfff libpam.2.dylib (20)
><C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
> 0x7fff8f04c000 - 0x7fff8f06bff7 com.apple.ChunkingLibrary
>(2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835>
>/System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
> 0x7fff8f06c000 - 0x7fff8f08cfff libPng.dylib (845)
><C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B>
>/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x7fff8f09a000 - 0x7fff8f0f6ff7 com.apple.Symbolication
>(1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378>
>/System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
> 0x7fff8f0fb000 - 0x7fff8f158fff com.apple.audio.CoreAudio
>(4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678>
>/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x7fff8f159000 - 0x7fff8f1aeff7 libTIFF.dylib (845)
><ADCB4683-69EB-318B-8BE7-5FDF38BCADAF>
>/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x7fff8f1af000 - 0x7fff8f23cff7 com.apple.SearchKit (1.4.0
>- 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7>
>/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> 0x7fff901f7000 - 0x7fff901f8ff7 libremovefile.dylib (23.1)
><DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2>
>/usr/lib/system/libremovefile.dylib
> 0x7fff901f9000 - 0x7fff90261ff7 libc++.1.dylib (65.1)
><20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
> 0x7fff9029f000 - 0x7fff902baff7 libsystem_kernel.dylib
>(2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4>
>/usr/lib/system/libsystem_kernel.dylib
> 0x7fff902bb000 - 0x7fff902bcff7 libdnsinfo.dylib (453.18)
><E7595861-ECF9-336E-9901-BED2620FAA80>
>/usr/lib/system/libdnsinfo.dylib
> 0x7fff90391000 - 0x7fff9049cfff libFontParser.dylib (84.5)
><617A7D30-C7BC-39FC-A1FE-59367B4A5719>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
> 0x7fff90569000 - 0x7fff90569fff com.apple.Accelerate.vecLib
>(3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225>
>/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x7fff9056a000 - 0x7fff9056cfff com.apple.securityhi (4.0 -
>55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559>
>/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> 0x7fff9056d000 - 0x7fff90884ff7
>com.apple.CoreServices.CarbonCore (1037.3 - 1037.3)
><DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF>
>/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x7fff90885000 - 0x7fff90890ff7
>com.apple.bsd.ServiceManagement (2.0 - 2.0)
><C12962D5-85FB-349E-AA56-64F4F487F219>
>/System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
> 0x7fff90891000 - 0x7fff908b9fff libJPEG.dylib (845)
><A32618D7-FB91-3EE2-A105-5407B2F3F8D8>
>/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x7fff908ba000 - 0x7fff908cfff7 libdispatch.dylib (228.23)
><D26996BF-FC57-39EB-8829-F63585561E09>
>/usr/lib/system/libdispatch.dylib
> 0x7fff908d0000 - 0x7fff908d1fff
>libDiagnosticMessagesClient.dylib (8)
><8548E0DC-0D2F-30B6-B045-FE8A038E76D8>
>/usr/lib/libDiagnosticMessagesClient.dylib
> 0x7fff908d2000 - 0x7fff908dbfff com.apple.CommerceCore (1.0
>- 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997>
>/System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
> 0x7fff90956000 - 0x7fff9097dff7
>com.apple.PerformanceAnalysis (1.16 - 16)
><E4888388-F41B-313E-9CBB-5807D077BDA9>
>/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
> 0x7fff909c2000 - 0x7fff90a18fff com.apple.HIServices (1.20
>- 417) <A1129272-FEC8-350B-BA26-5A97F23C413D>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x7fff90a74000 - 0x7fff90a82fff com.apple.Librarian (1.1 -
>1) <1635162F-239A-341E-83C7-710C55E254AF>
>/System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
> 0x7fff90a96000 - 0x7fff90ac4fff
>com.apple.CoreServicesInternal (154.2 - 154.2)
><3E6196E6-F3B4-316F-9E1F-13B6B9694C7E>
>/System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
> 0x7fff90b57000 - 0x7fff90b57fff libkeymgr.dylib (25)
><CC9E3394-BE16-397F-926B-E579B60EE429>
>/usr/lib/system/libkeymgr.dylib
> 0x7fff90c34000 - 0x7fff90c34fff com.apple.vecLib (3.8 -
>vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503>
>/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x7fff90c35000 - 0x7fff90c78fff
>com.apple.RemoteViewServices (2.0 - 80.5)
><F3A897C9-A277-3B56-8FB3-2BC2C10C33BF>
>/System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
> 0x7fff90f79000 - 0x7fff90fc8ff7 libcorecrypto.dylib (106.2)
><CE0C29A3-C420-339B-ADAA-52F4683233CC>
>/usr/lib/system/libcorecrypto.dylib
> 0x7fff91082000 - 0x7fff91082ffd
>com.apple.audio.units.AudioUnit (1.8 - 1.8)
><29E2C990-3617-3FA2-BDD7-DB7DF493E443>
>/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x7fff91088000 - 0x7fff91271fff com.apple.CoreFoundation
>(6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F>
>/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x7fff9131c000 - 0x7fff91330fff libGL.dylib (8.6.1)
><2E00615F-97F5-34EB-BE07-75A24F3C18D7>
>/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x7fff91434000 - 0x7fff91465ff7
>com.apple.DictionaryServices (1.2 - 184.4)
><054F2D6F-9CFF-3EF1-9778-25C551B616C1>
>/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x7fff9148f000 - 0x7fff915affff com.apple.desktopservices
>(1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5>
>/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0x7fff915bf000 - 0x7fff91684ff7 com.apple.coreui (2.0 -
>181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A>
>/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> 0x7fff91759000 - 0x7fff91767fff libcommonCrypto.dylib
>(60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939>
>/usr/lib/system/libcommonCrypto.dylib
> 0x7fff91768000 - 0x7fff91768fff
>com.apple.ApplicationServices (45 - 45)
><A3ABF20B-ED3A-32B5-830E-B37831A45A80>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x7fff91882000 - 0x7fff919f6fff com.apple.CFNetwork
>(596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976>
>/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> 0x7fff91ce3000 - 0x7fff91ce4ff7 libSystem.B.dylib (169.3)
><365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
> 0x7fff91ce5000 - 0x7fff91d52fff com.apple.datadetectorscore
>(4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4>
>/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
> 0x7fff91e8d000 - 0x7fff91eafff7 libxpc.dylib (140.41)
><FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
> 0x7fff91eb0000 - 0x7fff91f4afff com.apple.CoreSymbolication
>(3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F>
>/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
> 0x7fff91f4b000 - 0x7fff920e6fef com.apple.vImage (6.0 -
>6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7>
>/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x7fff920e7000 - 0x7fff920eefff libcopyfile.dylib (89)
><876573D0-E907-3566-A108-577EAD1B6182>
>/usr/lib/system/libcopyfile.dylib
> 0x7fff920ef000 - 0x7fff922effff libicucore.A.dylib
>(491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7>
>/usr/lib/libicucore.A.dylib
> 0x7fff922f1000 - 0x7fff92a99fff com.apple.CoreAUC (6.16.00
>- 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D>
>/System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
> 0x7fff92a9a000 - 0x7fff92a9bfff libsystem_blocks.dylib (59)
><D92DCBC3-541C-37BD-AADE-ACC75A0C59C8>
>/usr/lib/system/libsystem_blocks.dylib
> 0x7fff92a9c000 - 0x7fff92aebff7 libFontRegistry.dylib (100)
><2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F>
>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
>
>External Modification Summary:
> Calls made by other processes targeting this process:
> task_for_pid: 9
> thread_create: 0
> thread_set_state: 0
> Calls made by this process:
> task_for_pid: 0
> thread_create: 0
> thread_set_state: 0
> Calls made by all processes on this machine:
> task_for_pid: 15960470
> thread_create: 1
> thread_set_state: 0
>
>VM Region Summary:
>ReadOnly portion of Libraries: Total=258.5M resident=148.9M(58%)
>swapped_out_or_unallocated=109.5M(42%)
>Writable regions: Total=2.1G written=19.0M(1%) resident=19.7M(1%)
>swapped_out=0K(0%) unallocated=2.1G(99%)
>
>REGION TYPE VIRTUAL
>=========== =======
>CG shared images 1216K
>CoreServices 8540K
>JS JIT generated code 128.0M
>JS JIT generated code (reserved) 1.9G reserved VM
>address space (unallocated)
>JS VM register file (reserved) 4160K reserved VM
>address space (unallocated)
>JS garbage collector 256K
>MALLOC 89.1M
>MALLOC guard page 48K
>SQLite page cache 96K
>STACK GUARD 56.0M
>Stack 12.6M
>VM_ALLOCATE 296K
>__DATA 21.9M
>__IMAGE 528K
>__LINKEDIT 73.9M
>__TEXT 184.6M
>__UNICODE 544K
>mapped file 36.9M
>shared memory 308K
>=========== =======
>TOTAL 2.5G
>TOTAL, minus reserved VM space 614.6M
>
>
>
>
>
>On Sep 26, 2012, at 2:19 PM, Craig Treleaven <ctreleaven at cogeco.ca> wrote:
>
>> At 12:27 PM -0400 9/26/12, Monty Lewis wrote:
>>> Hi Guys,
>>> Thanks for your help.
>>>
>>> I had an installation of mythtv (not the MacPorts version) running
>>> previously. Could that be the problem?
>>
>> At 1:06 PM -0400 9/26/12, Monty Lewis wrote:
>>> Thanks, guys,
>>>
>>> seems to be here:
>>>
>>> /private/tmp/mysql.sock
>>
>> Aha.
>>
>> OK, could you explain a little further? Were you using the bundled
>> Mac apps from SourceForge or similar? Did you download and install
>> the MySQL installer dmg?
>>
>> Did you have Myth running previously--database, backend and frontend?
>> All on the one machine? Tuners set up, listings sources working,
>> recording and playing back TV?
>>
>> If you want to continue to use the MySQL database and server software
>> that you've previously installed, it _may_ be possible. A little
>> different than the usual, though. If that is important to you, let
>> me know.
>>
>> If you don't want to continue with your old database, you will likely
>> find a MySQL preference panel in System Preferences. If it is
>> running, Stop it and clear the checkbox so it doesn't "Automatically
>> Start MySQL Server on Startup".
>>
>> Then, check if the MacPorts MySQL server software is installed:
>>> port installed mysql5-server
>> The following ports are currently installed:
>> mysql5-server @5.1.65_0 (active)
>>
>> If it isn't listed, install it with 'sudo port install mysql5-server'
>> and then tell Mac OS X that you want it to run in the background
>> until further notice 'sudo port load mysql5-server'. You can check
>> Activity Monitor or Console to see that it is loaded. You should now
>> find a socket file at: /opt/local/var/run/mysql5/mysqld.sock
>>
>> Then follow the steps on the wiki:
>> http://www.mythtv.org/wiki/MacPorts#Before_first_run
>>
>> Craig
>> (mythtv-core.25 port maintainer)
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-users/attachments/20120927/04f4d698/attachment.html>
More information about the macports-users
mailing list